Commit a0f52f9e authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] ppc64: one instruction fix for synchronization bug found during cpu...

[PATCH] ppc64: one instruction fix for synchronization bug found during cpu DLPAR development, from Joel Schopp

From: Anton Blanchard <anton@samba.org>

one instruction fix for synchronization bug found during cpu DLPAR
development, from Joel Schopp
parent 81cf99e9
......@@ -147,6 +147,7 @@ _GLOBAL(__secondary_hold)
/* Relocation is off & we are located at an address less */
/* than 0x100, so only need to grab low order offset. */
std r24,__secondary_hold_acknowledge@l(0)
sync
/* All secondary cpu's wait here until told to start. */
100: ld r4,__secondary_hold_spinloop@l(0)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment