ia64/xen-unstable
changeset 13781:976dd90c2fdb
[IA64] Remove verbosity from xen_pm_power_off
Signed-off-by: Alex Williamson <alex.williamson@hp.com>
Signed-off-by: Alex Williamson <alex.williamson@hp.com>
author | awilliam@xenbuild2.aw |
---|---|
date | Sun Feb 04 12:18:48 2007 -0700 (2007-02-04) |
parents | 88c9ba6214bc |
children | fbc128aafdeb |
files | linux-2.6-xen-sparse/arch/ia64/kernel/setup.c |
line diff
1.1 --- a/linux-2.6-xen-sparse/arch/ia64/kernel/setup.c Sun Feb 04 12:06:59 2007 -0700 1.2 +++ b/linux-2.6-xen-sparse/arch/ia64/kernel/setup.c Sun Feb 04 12:18:48 2007 -0700 1.3 @@ -99,7 +99,6 @@ static struct notifier_block xen_panic_b 1.4 1.5 void xen_pm_power_off(void) 1.6 { 1.7 - printk("%s called\n", __FUNCTION__); 1.8 local_irq_disable(); 1.9 HYPERVISOR_shutdown(SHUTDOWN_poweroff); 1.10 }