]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] x86: trivial move of __HAVE macros in i386 pagetable headers
authorRusty Russell <rusty@rustcorp.com.au>
Tue, 26 Sep 2006 06:32:30 +0000 (23:32 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 26 Sep 2006 15:48:56 +0000 (08:48 -0700)
commitab08e90a9376f108e9ea99a7286c1b4777c16622
tree1712d4116a622336f793dc4591b1e2ac85e0aa2e
parent043de12b69264365bd10e83c7d09ef5648a4fe06
[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 <zach@vmware.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/asm-i386/pgtable-2level.h
include/asm-i386/pgtable-3level.h
include/asm-i386/pgtable.h