direct-io.hg
changeset 2773:a36dce4dc9a6
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.
Linux 2.6 now always uses writable page tables. Remove the kernel
configurator option to disable their use.
author | kaf24@freefall.cl.cam.ac.uk |
---|---|
date | Fri Oct 29 10:26:10 2004 +0000 (2004-10-29) |
parents | 2a16b903818f |
children | bd14e7f131d0 |
files | linux-2.6.9-xen-sparse/arch/xen/Kconfig |
line diff
1.1 --- a/linux-2.6.9-xen-sparse/arch/xen/Kconfig Fri Oct 29 10:11:00 2004 +0000 1.2 +++ b/linux-2.6.9-xen-sparse/arch/xen/Kconfig Fri Oct 29 10:26:10 2004 +0000 1.3 @@ -95,10 +95,8 @@ config XEN_NETDEV_FRONTEND_PIPELINED_TRA 1.4 endif 1.5 1.6 config XEN_WRITABLE_PAGETABLES 1.7 - bool "Use writable pagetables" 1.8 - default n 1.9 - help 1.10 - Use writable L1 pagetables 1.11 + bool 1.12 + default y 1.13 1.14 config XEN_SCRUB_PAGES 1.15 bool "Scrub memory before freeing it to Xen"