[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20080703071053.GC15683%yamahata@valinux.co.jp>
Date: Thu, 3 Jul 2008 16:10:53 +0900
From: Isaku Yamahata <yamahata@...inux.co.jp>
To: jeremy@...p.org
Cc: linux-kernel@...r.kernel.org,
virtualization@...ts.linux-foundation.org,
linux-ia64@...r.kernel.org, xen-devel@...ts.xensource.com,
xen-ia64-devel@...ts.xensource.com
Subject: [PATCH] xen: remove load_cr3() from manage.c for ia64 support.
remove load_cr3() from manage.c. It is unncessary and x86 dependent.
Signed-off-by: Isaku Yamahata <yamahata@...inux.co.jp>
---
drivers/xen/manage.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/drivers/xen/manage.c b/drivers/xen/manage.c
index 2bb268e..e8db90c 100644
--- a/drivers/xen/manage.c
+++ b/drivers/xen/manage.c
@@ -39,8 +39,6 @@ static int xen_suspend(void *data)
BUG_ON(!irqs_disabled());
- load_cr3(swapper_pg_dir);
-
err = device_power_down(PMSG_SUSPEND);
if (err) {
printk(KERN_ERR "xen_suspend: device_power_down failed: %d\n",
--
1.5.3
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists