PERFORCE change 132285 for review

Kip Macy kmacy at FreeBSD.org
Tue Jan 1 20:16:40 PST 2008


http://perforce.freebsd.org/chv.cgi?CH=132285

Change 132285 by kmacy at pandemonium:kmacy:xen31 on 2008/01/02 04:16:18

	call in to xen to shutdown

Affected files ...

.. //depot/projects/xen31/sys/i386/i386/vm_machdep.c#4 edit

Differences ...

==== //depot/projects/xen31/sys/i386/i386/vm_machdep.c#4 (text+ko) ====

@@ -607,6 +607,9 @@
 #endif
 
 	disable_intr();
+#ifdef XEN
+	HYPERVISOR_shutdown(SHUTDOWN_poweroff);
+#endif	
 #ifdef CPU_ELAN
 	if (elan_mmcr != NULL)
 		elan_mmcr->RESCFG = 1;


More information about the p4-projects mailing list