diff options
| author | Marius Strobl <marius@FreeBSD.org> | 2010-06-17 20:53:56 +0000 |
|---|---|---|
| committer | Marius Strobl <marius@FreeBSD.org> | 2010-06-17 20:53:56 +0000 |
| commit | ca2ca0349726a51f8d5c5b397f52dd7e4242b892 (patch) | |
| tree | 73020800e97dd15c2c217274d7229e7a43871ac0 | |
| parent | d77e9f9af03d98db5ee620270fa3a521fc9ecdd5 (diff) | |
Notes
| -rw-r--r-- | sys/sparc64/sparc64/mp_locore.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sparc64/sparc64/mp_locore.S b/sys/sparc64/sparc64/mp_locore.S index e78b4b9afb3d..fbcb767e0896 100644 --- a/sys/sparc64/sparc64/mp_locore.S +++ b/sys/sparc64/sparc64/mp_locore.S @@ -207,7 +207,7 @@ ENTRY(mp_startup) bl %icc, 2f nop cmp %l1, CPU_IMPL_ULTRASPARCIII - bl %icc, 3f + bl %icc, 4f nop 2: mov CPU_STICKSYNC, %l2 membar #StoreLoad |
