diff options
author | jake <jake@FreeBSD.org> | 2002-07-29 00:40:48 +0000 |
---|---|---|
committer | jake <jake@FreeBSD.org> | 2002-07-29 00:40:48 +0000 |
commit | 4461489ac610809d3e68eccf4afc0244bdccb77d (patch) | |
tree | 6b7110d288d024440858f33d9a17ac6a9b18f294 /sys/sparc64 | |
parent | 3ae3385f62cb09b72d4fdb9c342eb2d6a632736b (diff) | |
download | FreeBSD-src-4461489ac610809d3e68eccf4afc0244bdccb77d.zip FreeBSD-src-4461489ac610809d3e68eccf4afc0244bdccb77d.tar.gz |
Remove a stale comment.
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) /* |