summaryrefslogtreecommitdiffstats
path: root/src/kernel/start.S
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2011-04-19 20:51:14 -0500
committerAndrew J. Geissler <andrewg@us.ibm.com>2011-04-21 13:46:10 -0500
commit9d3415aef8635c26f32fba09e7214bd26ded9c05 (patch)
treeaf7cf6111ab27e9213fe6376546b694d45e523e1 /src/kernel/start.S
parent9f54bd8c6106915410f8023a92fd4943b9672819 (diff)
downloadtalos-hostboot-9d3415aef8635c26f32fba09e7214bd26ded9c05.tar.gz
talos-hostboot-9d3415aef8635c26f32fba09e7214bd26ded9c05.zip
Additional weak-consistency fixes.
Change-Id: I6d6304851a1794e117782277f6e3aee7544afcc7 Reviewed-on: http://gfwr801.rchland.ibm.com:8080/gerrit/6 Tested-by: Jenkins Server Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com>
Diffstat (limited to 'src/kernel/start.S')
-rw-r--r--src/kernel/start.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/kernel/start.S b/src/kernel/start.S
index 7a41139c7..7eaf1fdf9 100644
--- a/src/kernel/start.S
+++ b/src/kernel/start.S
@@ -174,6 +174,7 @@ _other_thread_spinlock:
;// Now released by primary thread.
_other_thread_spinlock_complete:
or 3,3,3 ;// Raise thread priority.
+ isync
;// Get CPU object from thread ID.
mfspr r1, PIR
lis r2, _ZN10CpuManager7cv_cpusE@h
OpenPOWER on IntegriCloud