From: Arnd Bergmann Date: Thu, 18 Jun 2009 19:48:18 +0000 (+0200) Subject: x86: convert almost generic headers to asm-generic version X-Git-Tag: v2.6.32-rc1~713^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06f5013aa8eb5895ced2c71d13f5114103605555;p=pandora-kernel.git x86: convert almost generic headers to asm-generic version In x86, mman.h, module.h, scatterlist.h, types.h and ucontext.h can use the asm-generic version by just defining the x86 specific parts locally and falling back on the generic code for the common bits. This patch illustrates the differences between the x86 and asm-generic versions by changing a file that is initially identical to the x86 version to one that is identical to the asm-generic version. Signed-off-by: Arnd Bergmann LKML-Reference: Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed