PERFORCE change 124214 for review

Peter Wemm peter at FreeBSD.org
Fri Jul 27 21:24:23 UTC 2007


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

Change 124214 by peter at peter_overcee on 2007/07/27 21:23:58

	Revert.  kern/subr_smp.c:mp_startup() uses SI_ORDER_SECOND.  Oops.

Affected files ...

.. //depot/projects/hammer/sys/amd64/amd64/local_apic.c#74 edit
.. //depot/projects/hammer/sys/i386/i386/local_apic.c#31 edit

Differences ...

==== //depot/projects/hammer/sys/amd64/amd64/local_apic.c#74 (text+ko) ====

@@ -1065,7 +1065,7 @@
 	mp_topology();
 #endif
 }
-SYSINIT(apic_setup_local, SI_SUB_CPU, SI_ORDER_SECOND, apic_setup_local, NULL)
+SYSINIT(apic_setup_local, SI_SUB_CPU, SI_ORDER_FIRST, apic_setup_local, NULL)
 
 /*
  * Setup the I/O APICs.

==== //depot/projects/hammer/sys/i386/i386/local_apic.c#31 (text+ko) ====

@@ -1069,7 +1069,7 @@
 	mp_topology();
 #endif
 }
-SYSINIT(apic_init, SI_SUB_CPU, SI_ORDER_SECOND, apic_init, NULL)
+SYSINIT(apic_init, SI_SUB_CPU, SI_ORDER_FIRST, apic_init, NULL)
 
 /*
  * Setup the I/O APICs.


More information about the p4-projects mailing list