From: Paolo 'Blaisorblade' Giarrusso Date: Thu, 5 May 2005 23:15:16 +0000 (-0700) Subject: [PATCH] uml: kludgy compilation fixes for x86-64 subarch modules support X-Git-Tag: v2.6.12-rc4~102 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23352fc252495fdc072b3bd29f57c4c6b7a6bd83;p=pandora-kernel.git [PATCH] uml: kludgy compilation fixes for x86-64 subarch modules support These are some trivial fixes for the x86-64 subarch module support. The only potential problem is that I have to modify arch/x86_64/kernel/module.c, to avoid copying the whole of it. I can't use it verbatim because it depends on a special vmalloc-like area for modules, which for now (maybe that's to fix, I guess not) UML/x86-64 has not. I went the easy way and reused the i386 vmalloc()-based allocator. Signed-off-by: Paolo 'Blaisorblade' Giarrusso Acked-by: Andi Kleen Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed