aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>2005-06-02 13:56:35 +0000
committercl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>2005-06-02 13:56:35 +0000
commitb7cd155cf5d5523589ded75302dd640189a855e5 (patch)
tree2a1758a2cef2da6a41b9280e575b615918aedd12
parentde3ea2577e4b5b74293e197fa494f56735c1e38d (diff)
parenta6b2e4dcdb74000962237ec1d2640d55b5bd01b1 (diff)
downloadxen-b7cd155cf5d5523589ded75302dd640189a855e5.tar.gz
xen-b7cd155cf5d5523589ded75302dd640189a855e5.tar.bz2
xen-b7cd155cf5d5523589ded75302dd640189a855e5.zip
bitkeeper revision 1.1639 (429f10138AGmYb8WkpDuXWG6NvuSjQ)
Merge firebug.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xen-unstable.bk into firebug.cl.cam.ac.uk:/local/scratch/cl349/xen-unstable.bk
-rw-r--r--linux-2.6.11-xen-sparse/arch/xen/kernel/reboot.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/linux-2.6.11-xen-sparse/arch/xen/kernel/reboot.c b/linux-2.6.11-xen-sparse/arch/xen/kernel/reboot.c
index 62c8274895..572b1a71b3 100644
--- a/linux-2.6.11-xen-sparse/arch/xen/kernel/reboot.c
+++ b/linux-2.6.11-xen-sparse/arch/xen/kernel/reboot.c
@@ -103,8 +103,10 @@ static void __do_suspend(void)
__cli();
+#ifdef __i386__
mm_pin_all();
kmem_cache_shrink(pgd_cache);
+#endif
netif_suspend();