x86, nx: Don't force pages RW when setting NX bits
authorMatthieu CASTET <castet.matthieu@free.fr>
Thu, 20 Jan 2011 20:11:45 +0000 (21:11 +0100)
committerH. Peter Anvin <hpa@linux.intel.com>
Thu, 3 Feb 2011 00:02:36 +0000 (16:02 -0800)
Xen want page table pages read only.

But the initial page table (from head_*.S) live in .data or .bss.

That was broken by 64edc8ed5ffae999d8d413ba006850e9e34166cb.  There is
absolutely no reason to force these pages RW after they have already
been marked RO.

Signed-off-by: Matthieu CASTET <castet.matthieu@free.fr>
Tested-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>

No differences found