svn commit: r188200 - head/sys/i386/i386
Mister Olli
mister.olli at googlemail.com
Fri Feb 6 01:06:04 PST 2009
Hi,
Just tested this.
Works great :-))
--
Mr. Olli
Am Donnerstag, den 05.02.2009, 21:41 +0000 schrieb Kip Macy:
> Author: kmacy
> Date: Thu Feb 5 21:41:27 2009
> New Revision: 188200
> URL: http://svn.freebsd.org/changeset/base/188200
>
> Log:
> halt APs on reboot
>
> Modified:
> head/sys/i386/i386/vm_machdep.c
>
> Modified: head/sys/i386/i386/vm_machdep.c
> ==============================================================================
> --- head/sys/i386/i386/vm_machdep.c Thu Feb 5 21:35:40 2009 (r188199)
> +++ head/sys/i386/i386/vm_machdep.c Thu Feb 5 21:41:27 2009 (r188200)
> @@ -619,7 +619,7 @@ cpu_reset_real()
> if (smp_processor_id() == 0)
> HYPERVISOR_shutdown(SHUTDOWN_reboot);
> else
> - HYPERVISOR_shutdown(SHUTDOWN_reboot);
> + HYPERVISOR_shutdown(SHUTDOWN_poweroff);
> #endif
> #ifdef CPU_ELAN
> if (elan_mmcr != NULL)
> _______________________________________________
> svn-src-head at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/svn-src-head
> To unsubscribe, send any mail to "svn-src-head-unsubscribe at freebsd.org"
More information about the freebsd-xen
mailing list