diff options
Diffstat (limited to 'sys/sparc64')
-rw-r--r-- | sys/sparc64/sparc64/locore.S | 4 | ||||
-rw-r--r-- | sys/sparc64/sparc64/locore.s | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/sys/sparc64/sparc64/locore.S b/sys/sparc64/sparc64/locore.S index 98502c7..bd427df 100644 --- a/sys/sparc64/sparc64/locore.S +++ b/sys/sparc64/sparc64/locore.S @@ -43,10 +43,6 @@ /* * void _start(caddr_t metadata, u_long o1, u_long o2, u_long o3, * u_long ofw_vec) - * - * XXX: in am smp system the other cpus are started in the loader, but since - * there's no way to look up a symbol there, we need to use the same entry - * point. So if the module id is not equal to bootcpu, jump to _mp_start. */ ENTRY(_start) /* diff --git a/sys/sparc64/sparc64/locore.s b/sys/sparc64/sparc64/locore.s index 98502c7..bd427df 100644 --- a/sys/sparc64/sparc64/locore.s +++ b/sys/sparc64/sparc64/locore.s @@ -43,10 +43,6 @@ /* * void _start(caddr_t metadata, u_long o1, u_long o2, u_long o3, * u_long ofw_vec) - * - * XXX: in am smp system the other cpus are started in the loader, but since - * there's no way to look up a symbol there, we need to use the same entry - * point. So if the module id is not equal to bootcpu, jump to _mp_start. */ ENTRY(_start) /* |