]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86: remove suprious ifdefs from pageattr.c
authorArjan van de Ven <arjan@linux.intel.com>
Wed, 6 Feb 2008 21:39:45 +0000 (22:39 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 6 Feb 2008 21:39:45 +0000 (22:39 +0100)
commitcc842b82cc513ebc78bef6eeaacb5f6335851bcb
tree2387a9ccf46e3e4ed6508c5980f8085fd74e5f94
parent984bb80d94d891592ab16d4d129b988792752c7b
x86: remove suprious ifdefs from pageattr.c

The .rodata section really should just be read only; the config option
is there to make breaking up the 2Mb page an option (so people whos machines
give more performance for the 2Mb case can opt to do so).
But when the page gets split anyway, this is no longer an issue, so
clean up the code and remove the ifdefs

Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/mm/pageattr.c