On Tue, 11 Nov 2003 16:12:00 +0100, Damian Donnelly wrote: > I did the following: > make mrproper > make menuconfig > added ntfs read-only support > make dep > make bzImage > > and I get the error: > kernel.o (.text+0xfc3): In function 'schedule' > undefined reference to 'active_load_balence' > > so I removed the reference to ntfs in the config, repeating the above, > and I still have the error. Try the workaround described in http://www.redhat.com/archives/fedora-test-list/2003-November/msg00882.html BTW, I'd suggest using "make oldconfig" beforehand, as it gets the settings for CONFIG_USB_HID(DEV|INPUT) right. --Kai