Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 161787
b: refs/heads/master
c: 6c18882
h: refs/heads/master
i:
  161785: dcd48c6
  161783: 514e52f
v: v3
  • Loading branch information
Kumar Gala authored and Benjamin Herrenschmidt committed Aug 28, 2009
1 parent 2d8d470 commit b5f2e66
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f45c4486f70d0a6502e7499a8664cdc0bba84cd2
refs/heads/master: 6c188829d2c20a1d02aedb13db34b3ca2a8f0dc4
6 changes: 4 additions & 2 deletions trunk/arch/powerpc/kernel/exceptions-64e.S
Original file line number Diff line number Diff line change
Expand Up @@ -774,9 +774,11 @@ _STATIC(init_thread_book3e)
/* Make sure interrupts are off */
wrteei 0

/* disable watchdog and FIT and enable DEC interrupts */
lis r3,TCR_DIE@h
/* disable all timers and clear out status */
li r3,0
mtspr SPRN_TCR,r3
mfspr r3,SPRN_TSR
mtspr SPRN_TSR,r3

blr

Expand Down

0 comments on commit b5f2e66

Please sign in to comment.