My apologies -- the kernel I'm dealing with is 2.2.12. I'm
doing the builds on a P II and the test machine is a PPro.
I've got the config set for PPro/6x86mx so my compile command lines
look like this:
gcc -D__KERNEL__ -I/home/tmk/kernels/epcm/include -Wall -Wstrict-prototypes -O2 -g -pipe -fno-strength-reduce -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=686 -c -o prefetch.o prefetch.c
I have declared a global variable
Predictions preds[MAX_PARTITIONS]; /* MAX_PARTITIONS = 255 */
could this be the source of my trouble?
Thanks,
--tmk
----------------------------------------------------------------------- Tom M. Kroeger Pray for wind Graduate Student, UC Santa Cruz \ Pray for waves e-mail: tmk@cse.ucsc.edu |\ and Pray it's your day off! http://www.cse.ucsc.edu/~tmk |~\ (831) 459-4458 |__\ (831) 426-9055 home ,----+--
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/