[POWERPC] Cleaned up whitespace in head_fsl_booke.S
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
This commit is contained in:
@@ -865,7 +865,7 @@ load_up_spe:
|
||||
andc r4,r4,r10 /* disable SPE for previous task */
|
||||
stw r4,_MSR-STACK_FRAME_OVERHEAD(r5)
|
||||
1:
|
||||
#endif /* CONFIG_SMP */
|
||||
#endif /* !CONFIG_SMP */
|
||||
/* enable use of SPE after return */
|
||||
oris r9,r9,MSR_SPE@h
|
||||
mfspr r5,SPRN_SPRG3 /* current task's THREAD (phys) */
|
||||
@@ -878,7 +878,7 @@ load_up_spe:
|
||||
#ifndef CONFIG_SMP
|
||||
subi r4,r5,THREAD
|
||||
stw r4,last_task_used_spe@l(r3)
|
||||
#endif /* CONFIG_SMP */
|
||||
#endif /* !CONFIG_SMP */
|
||||
/* restore registers and return */
|
||||
2: REST_4GPRS(3, r11)
|
||||
lwz r10,_CCR(r11)
|
||||
@@ -979,7 +979,7 @@ _GLOBAL(giveup_spe)
|
||||
li r5,0
|
||||
lis r4,last_task_used_spe@ha
|
||||
stw r5,last_task_used_spe@l(r4)
|
||||
#endif /* CONFIG_SMP */
|
||||
#endif /* !CONFIG_SMP */
|
||||
blr
|
||||
#endif /* CONFIG_SPE */
|
||||
|
||||
|
Reference in New Issue
Block a user