]> git.baikalelectronics.ru Git - kernel.git/commit
x86: CPA remove bogus NX clear
authorThomas Gleixner <tglx@linutronix.de>
Mon, 4 Feb 2008 15:47:55 +0000 (16:47 +0100)
committerIngo Molnar <mingo@elte.hu>
Mon, 4 Feb 2008 15:47:55 +0000 (16:47 +0100)
commit26a6d6aeb1b16638097289a3d2aaa86bd6086e83
tree630e6e83bf8fc5dfb0143c2218b5893e9b9adac8
parentbe7e8554ca6c548d961ee1d249328d72fae37020
x86: CPA remove bogus NX clear

In split_large_page we clear the NX bit for the new split ptes, but we
need to preserve the original setting of it for the split ptes.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/mm/pageattr.c