On Sat, 2004-01-17 at 08:07, Tom Mitchell wrote: > On Wed, Jan 14, 2004 at 09:35:15AM -0500, Mike Westkamper wrote: > > From: "Mike Westkamper" <mjwestkamper@xxxxxxxxxx> > > > > kernel/kernel.o(.text+0x1033): In function 'schedule': > > :undefined reference to 'active_load_balance' > > make[1]: *** [kallsyms] error 1 > > > > Do the" > $ find . -print | xargs grep active_load_balance > thing. > > It looks like symbols for active_load_balance > are gated by some preprocessor magic. > > Either an include file or a makefile -Dsomething flag is not correctly > configured. Check your ./arch/*/config.in file and other places > that fiddle with the cpp stuff. Looks like it was caused by missing/mangled/incorrect CONFIG options that were being generated. This should now be fixed in the -testing kernels (2154 / 2163) Dave