Commit 7059bf5d authored by Paul Mackerras's avatar Paul Mackerras

PPC32: fix compilation with current binutils.

parent 68f7d09e
......@@ -1550,7 +1550,7 @@ _GLOBAL(set_context)
#endif
li r4,0
BEGIN_FTR_SECTION
dssall 0
dssall
sync
END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
3:
......
......@@ -255,7 +255,7 @@ END_FTR_SECTION_IFCLR(CPU_FTR_L3CR)
isync
/* Stop DST streams */
dssall 0
dssall
/* Get the current enable bit of the L3CR into r4 */
mfspr r4,SPRN_L3CR
......
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