From: Rusty Russell Date: Tue, 26 Sep 2006 06:32:29 +0000 (-0700) Subject: [PATCH] x86: trivial pgtable.h __ASSEMBLY__ move X-Git-Tag: v2.6.19-rc1~1125 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=673eae8230a192f07b8715b872d6925521e9738d;p=pandora-kernel.git [PATCH] x86: trivial pgtable.h __ASSEMBLY__ move Parsing generic pgtable.h in assembler is simply crazy. None of this file is needed in assembler code, and C inline functions and structures routine break one or more different compiles. Signed-off-by: Zachary Amsden Signed-off-by: Rusty Russell Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed