aboutsummaryrefslogtreecommitdiffstats
path: root/linux-2.6.9-xen-sparse
diff options
context:
space:
mode:
authorkaf24@freefall.cl.cam.ac.uk <kaf24@freefall.cl.cam.ac.uk>2004-10-29 10:26:10 +0000
committerkaf24@freefall.cl.cam.ac.uk <kaf24@freefall.cl.cam.ac.uk>2004-10-29 10:26:10 +0000
commit3d365f058d3ab9af4d5acb1e7bbedabce8265329 (patch)
tree7c7118a8c4d15050ed7a44efbfbda28c0e1823a6 /linux-2.6.9-xen-sparse
parent6eeb1062160d864270a4bcaf08f381f3e5df8bfc (diff)
downloadxen-3d365f058d3ab9af4d5acb1e7bbedabce8265329.tar.gz
xen-3d365f058d3ab9af4d5acb1e7bbedabce8265329.tar.bz2
xen-3d365f058d3ab9af4d5acb1e7bbedabce8265329.zip
bitkeeper revision 1.1159.1.304 (41821ac2unoY7GxVa-GPd0Ze7JJskw)
Linux 2.6 now always uses writable page tables. Remove the kernel configurator option to disable their use.
Diffstat (limited to 'linux-2.6.9-xen-sparse')
-rw-r--r--linux-2.6.9-xen-sparse/arch/xen/Kconfig6
1 files changed, 2 insertions, 4 deletions
diff --git a/linux-2.6.9-xen-sparse/arch/xen/Kconfig b/linux-2.6.9-xen-sparse/arch/xen/Kconfig
index 57e3ebaf95..a9675229ae 100644
--- a/linux-2.6.9-xen-sparse/arch/xen/Kconfig
+++ b/linux-2.6.9-xen-sparse/arch/xen/Kconfig
@@ -95,10 +95,8 @@ config XEN_NETDEV_FRONTEND_PIPELINED_TRANSMITTER
endif
config XEN_WRITABLE_PAGETABLES
- bool "Use writable pagetables"
- default n
- help
- Use writable L1 pagetables
+ bool
+ default y
config XEN_SCRUB_PAGES
bool "Scrub memory before freeing it to Xen"