]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mm: x86 pgtable: drop unneeded preprocessor ifdef
authorCyrill Gorcunov <gorcunov@openvz.org>
Thu, 22 May 2014 00:43:08 +0000 (10:43 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 22 May 2014 00:43:08 +0000 (10:43 +1000)
commitf7e2536e7bec3348af0ce3a0de11fc20852953a8
tree644d85a4688d2bcbd59937e121b2177af675eb30
parent92622688070836c6e048ce78e3d3b73111c9debc
mm: x86 pgtable: drop unneeded preprocessor ifdef

_PAGE_BIT_FILE (bit 6) is always less than _PAGE_BIT_PROTNONE (bit 8), so
drop redundant #ifdef.

Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Mel Gorman <mgorman@suse.de>
Cc: Peter Anvin <hpa@zytor.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Steven Noonan <steven@uplinklabs.net>
Cc: Rik van Riel <riel@redhat.com>
Cc: David Vrabel <david.vrabel@citrix.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Pavel Emelyanov <xemul@parallels.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
arch/x86/include/asm/pgtable-2level.h
arch/x86/include/asm/pgtable_64.h