Hello,
the build with the attached .config failed, make ends with:
...
CC arch/x86/kernel/ioport_32.o
CC arch/x86/kernel/ldt_32.o
CC arch/x86/kernel/setup_32.o
arch/x86/kernel/setup_32.c: In function 'setup_arch':
arch/x86/kernel/setup_32.c:584: error: 'PARAM' undeclared (first use in this function)
arch/x86/kernel/setup_32.c:584: error: (Each undeclared identifier is reported only once
arch/x86/kernel/setup_32.c:584: error: for each function it appears in.)
make[1]: *** [arch/x86/kernel/setup_32.o] Error 1
make: *** [arch/x86/kernel] Error 2
The build was made with an old .config from kernel 2.6.22-rc3
(where the build also failed) :
$> make mrproper && cp <oldconfig> .config && make oldconfig && make