> gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2
> -fomit-frame-pointer -pipe -fno-strength-reduce -mpentiumpro
> -march=pentiumpro -malign-loops=2 -malign-jumps=2 -malign-functions=2
> -DCPU=686 -c -o init/main.o init/main.c
> /usr/src/linux/include/asm/bugs.h: In function `check_config':
> In file included from init/main.c:27:
> /usr/src/linux/include/asm/bugs.h:354: `smp_found_config' undeclared
> (first use this function)
> /usr/src/linux/include/asm/bugs.h:354: (Each undeclared identifier is
> reported only once
> /usr/src/linux/include/asm/bugs.h:354: for each function it appears in.)
> make: *** [init/main.o] Error 1
> P.S. I got no rejects from the patch.
Let me guess... PPro and UP config? I just reported the same thing.
Change either to a different CPU (586, Pentium, whatever) or SMP and it should
compile...
> Andy Carlson |\ _,,,---,,_
> andyc@andyc.carenet.org ZZZzz /,`.-'`' -. ;-;;,_
> BJC Health System |,4- ) )-,_. ,\ ( `'-'
> St. Louis, Missouri '---''(_/--' `-'\_)
> Cat Pics: http://www.nothnbut.net/~andyc/animal.html
Mike
-- Michael H. Warfield | (770) 985-6132 | mhw@WittsEnd.com (The Mad Wizard) | (770) 925-8248 | http://www.wittsend.com/mhw/ NIC whois: MHW9 | An optimist believes we live in the best of all PGP Key: 0xDF1DD471 | possible worlds. A pessimist is sure of it!- 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/