On Fri, 2006-06-30 at 10:48 -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? You probably don't have CONFIG_HIGHMEM on. The workaround is to enable it for now. Or, see the attached path. It should be in newer -mms soon. -- Dave -------------- next part -------------- An embedded message was scrubbed... From: Yasunori Goto <y-goto at jp.fujitsu.com> Subject: [PATCH] solve config broken: undefined reference to `online_page' Date: Thu, 29 Jun 2006 12:21:41 +0900 Size: 9054 Url: http://lists.osdl.org/pipermail/hotplug_sig/attachments/20060630/3d1f307c/attachment.eml