Page MenuHomeFreeBSD

D26765.1785282472.diff
No OneTemporary

Size
963 B
Referenced Files
None
Subscribers
None

D26765.1785282472.diff

Index: sys/sys/kernel.h
===================================================================
--- sys/sys/kernel.h
+++ sys/sys/kernel.h
@@ -157,6 +157,9 @@
SI_SUB_PROTO_END = 0x8ffffff, /* VNET helper functions */
SI_SUB_KPROF = 0x9000000, /* kernel profiling*/
SI_SUB_KICK_SCHEDULER = 0xa000000, /* start the timeout events*/
+#ifndef EARLY_AP_STARTUP
+ SI_SUB_SMP = 0xa400000, /* start the APs*/
+#endif
SI_SUB_INT_CONFIG_HOOKS = 0xa800000, /* Interrupts enabled config */
SI_SUB_ROOT_CONF = 0xb000000, /* Find root devices */
SI_SUB_INTRINSIC_POST = 0xd000000, /* proc 0 cleanup*/
@@ -168,9 +171,6 @@
SI_SUB_KTHREAD_BUF = 0xea00000, /* buffer daemon*/
SI_SUB_KTHREAD_UPDATE = 0xec00000, /* update daemon*/
SI_SUB_KTHREAD_IDLE = 0xee00000, /* idle procs*/
-#ifndef EARLY_AP_STARTUP
- SI_SUB_SMP = 0xf000000, /* start the APs*/
-#endif
SI_SUB_RACCTD = 0xf100000, /* start racctd*/
SI_SUB_LAST = 0xfffffff /* final initialization */
};

File Metadata

Mime Type
text/plain
Expires
Tue, Jul 28, 11:47 PM (4 h, 37 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29295486
Default Alt Text
D26765.1785282472.diff (963 B)

Event Timeline