Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 188821
b: refs/heads/master
c: 09156a7
h: refs/heads/master
i:
  188819: 5004d9f
v: v3
  • Loading branch information
Márton Németh authored and Benjamin Herrenschmidt committed Mar 19, 2010
1 parent 0c68162 commit b8b37fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 409d241b7bb2cf0278186040ace1c4704fb2a82f
refs/heads/master: 09156a7a409cf93d1ca2706bf05d714879a5b7ea
4 changes: 4 additions & 0 deletions trunk/arch/powerpc/kernel/head_fsl_booke.S
Original file line number Diff line number Diff line change
Expand Up @@ -884,13 +884,17 @@ KernelSPE:
lwz r3,_MSR(r1)
oris r3,r3,MSR_SPE@h
stw r3,_MSR(r1) /* enable use of SPE after return */
#ifdef CONFIG_PRINTK
lis r3,87f@h
ori r3,r3,87f@l
mr r4,r2 /* current */
lwz r5,_NIP(r1)
bl printk
#endif
b ret_from_except
#ifdef CONFIG_PRINTK
87: .string "SPE used in kernel (task=%p, pc=%x) \n"
#endif
.align 4,0

#endif /* CONFIG_SPE */
Expand Down

0 comments on commit b8b37fb

Please sign in to comment.