On Mon, 2007-12-10 at 10:45 -0500, Daniel Gryniewicz wrote: > On Sat, 2007-12-08 at 09:17 -0500, Jeff Dike wrote: > > A skas3 patch which works on 2.6.23 is below. > > BTW, it would appear that applying this patch breaks building the > resulting kernel as a guest kernel, at least on x86_64. > asm-x86_64/proc_mm.h doesn't end up in asm/, and the #includes don't use > asm/arch. I don't know if it's intended that this should work as a > guest kernel? > > Daniel Okay, attached is a patch against 2.6.23.9 + skas3 patch to make it build (and run) as a UML guest. I've only tested it on x86_64 (but I did use SUBARCH=i386). I went the route of minimal changes to get it to build, as just including things from asm/arch/ didn't work very well. Daniel