aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/sysctl.c
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-07-02 16:45:31 +0100
committerKeir Fraser <keir.fraser@citrix.com>2009-07-02 16:45:31 +0100
commit428dc303f59bf749bd9437e44db1f54d12bdb5bc (patch)
tree25cc970448069c97ff3e29a870d05bc6f4016305 /xen/arch/x86/sysctl.c
parent4cb90ae29a9c8615d7087773362062545f052d0f (diff)
downloadxen-428dc303f59bf749bd9437e44db1f54d12bdb5bc.tar.gz
xen-428dc303f59bf749bd9437e44db1f54d12bdb5bc.tar.bz2
xen-428dc303f59bf749bd9437e44db1f54d12bdb5bc.zip
Remove page-scrub lists and async scrubbing.
The original user for this was domain destruction. Now that this is preemptible all the way back up to dom0 userspace, asynchrony is better iontroduced at that level, if at all, imo. Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'xen/arch/x86/sysctl.c')
-rw-r--r--xen/arch/x86/sysctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/arch/x86/sysctl.c b/xen/arch/x86/sysctl.c
index faf3f5157c..651dbcfdd3 100644
--- a/xen/arch/x86/sysctl.c
+++ b/xen/arch/x86/sysctl.c
@@ -67,7 +67,7 @@ long arch_do_sysctl(
pi->nr_nodes = num_online_nodes();
pi->total_pages = total_pages;
pi->free_pages = avail_domheap_pages();
- pi->scrub_pages = avail_scrub_pages();
+ pi->scrub_pages = 0;
pi->cpu_khz = cpu_khz;
memcpy(pi->hw_cap, boot_cpu_data.x86_capability, NCAPINTS*4);
if ( hvm_enabled )