From: Rusty Russell Date: Tue, 26 Sep 2006 06:32:30 +0000 (-0700) Subject: [PATCH] x86: trivial move of __HAVE macros in i386 pagetable headers X-Git-Tag: v2.6.19-rc1~1124 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6049742dbcecf170e903638a029f4dc280b9d53d;p=pandora-kernel.git [PATCH] x86: trivial move of __HAVE macros in i386 pagetable headers Move the __HAVE_ARCH_PTEP defines to accompany the function definitions. Anything else is just a complete nightmare to track through the 2/3-level paging code, and this caused duplicate definitions to be needed (pte_same), which could have easily been taken care of with the asm-generic pgtable functions. 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