Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3c5df5c2 authored by Kumar Gala's avatar Kumar Gala
Browse files

[POWERPC] Cleaned up whitespace in head_fsl_booke.S

parent b6927bca
Loading
Loading
Loading
Loading
+38 −38
Original line number Diff line number Diff line
@@ -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 */