I am attempting to compile the 2.6.17-rc6-mm1 kernel on an x86 machine with the following config file: http://developer.osdl.org/jnorman/HOTPLUG/config_linux-2.6.16-rc6-mm1 and I get the following error when I run make: mm/built-in.o: In function `online_pages': : undefined reference to `online_page' make: *** [.tmp_vmlinux1] Error 1 full make output: http://developer.osdl.org/jnorman/HOTPLUG/make_output Is there something I'm missing in my .config or is this a legitimate issue? Jake Norman