> arch/i386/kernel/built-in.o: In function `APIC_init_uniprocessor': > (.init.text+0x6357): undefined reference to `setup_boot_clock' > drivers/built-in.o: In function `xencons_rx': > (.text+0x17f09): undefined reference to `sysrq_enabled' Here is the fix for both. Not fully sure the first one is correct though, I've just moved the inline functions into the correct #ifdef CONFIG_foo section, but didn't uninline them like rusty did for the apic_* ones. As they are hardly called by modules it should be ok this way I think. cheers, Gerd -- Gerd Hoffmann <kraxel at suse.de> -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: kraxel.buildfix Url: http://lists.osdl.org/pipermail/virtualization/attachments/20070109/9baf1d81/attachment.bat