Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 24645
b: refs/heads/master
c: 9fe901d
h: refs/heads/master
i:
  24643: 4c17eab
v: v3
  • Loading branch information
Mike Kravetz authored and Paul Mackerras committed Mar 28, 2006
1 parent fae09e3 commit f190f4a
Show file tree
Hide file tree
Showing 2 changed files with 7 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: e78b47a59026f04eb98b9d392901be13b56f444f
refs/heads/master: 9fe901d124871f5781b9c4ccbb7ff93fdff9d39e
6 changes: 6 additions & 0 deletions trunk/arch/powerpc/kernel/entry_64.S
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,12 @@ _GLOBAL(enter_rtas)
mfsrr1 r10
std r10,_SRR1(r1)

/* Temporary workaround to clear CR until RTAS can be modified to
* ignore all bits.
*/
li r0,0
mtcr r0

/* There is no way it is acceptable to get here with interrupts enabled,
* check it with the asm equivalent of WARN_ON
*/
Expand Down

0 comments on commit f190f4a

Please sign in to comment.