On Fri, 30 Jun 2006 10:48:02 -0700 jnorman wrote: > 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? It's legit. Try this patch from lkml: http://marc.theaimsgroup.com/?l=linux-kernel&m=115155154510744&w=2 --- ~Randy