linux/arch/i386/xen
Jeremy Fitzhardinge 9a4029fd34 xen: ignore RW mapping of RO pages in pagetable_init
When setting up the initial pagetable, which includes mappings of all
low physical memory, ignore a mapping which tries to set the RW bit on
an RO pte.  An RO pte indicates a page which is part of the current
pagetable, and so it cannot be allowed to become RW.

Once xen_pagetable_setup_done is called, set_pte reverts to its normal
behaviour.

Signed-off-by: Jeremy Fitzhardinge <jeremy@xensource.com>
Acked-by: Chris Wright <chrisw@sous-sol.org>
Cc: ebiederm@xmission.com (Eric W. Biederman)
2007-07-18 08:47:43 -07:00
..
enlighten.c xen: ignore RW mapping of RO pages in pagetable_init 2007-07-18 08:47:43 -07:00
events.c xen: event channels 2007-07-18 08:47:42 -07:00
features.c xen: Core Xen implementation 2007-07-18 08:47:42 -07:00
Kconfig xen: configuration 2007-07-18 08:47:43 -07:00
Makefile xen: time implementation 2007-07-18 08:47:43 -07:00
mmu.c xen: Complete pagetable pinning 2007-07-18 08:47:43 -07:00
mmu.h xen: Complete pagetable pinning 2007-07-18 08:47:43 -07:00
multicalls.c xen: Core Xen implementation 2007-07-18 08:47:42 -07:00
multicalls.h xen: Core Xen implementation 2007-07-18 08:47:42 -07:00
setup.c xen: Core Xen implementation 2007-07-18 08:47:42 -07:00
time.c xen: time implementation 2007-07-18 08:47:43 -07:00
xen-head.S xen: Core Xen implementation 2007-07-18 08:47:42 -07:00
xen-ops.h xen: Complete pagetable pinning 2007-07-18 08:47:43 -07:00