Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 149694
b: refs/heads/master
c: 37f9ef5
h: refs/heads/master
v: v3
  • Loading branch information
Benjamin Herrenschmidt committed Jun 12, 2009
1 parent e9087d4 commit 4c5cdcc
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: 10f52dd9febf0302bc458a6ea7979767dfa9f3b6
refs/heads/master: 37f9ef553bed630957e025504cdcbc76f5de49d5
6 changes: 4 additions & 2 deletions trunk/arch/powerpc/kernel/head_32.S
Original file line number Diff line number Diff line change
Expand Up @@ -733,9 +733,11 @@ END_MMU_FTR_SECTION_IFSET(MMU_FTR_NEED_DTLB_SW_LRU)
AltiVecUnavailable:
EXCEPTION_PROLOG
#ifdef CONFIG_ALTIVEC
bne load_up_altivec /* if from user, just load it up */
beq 1f
bl load_up_altivec /* if from user, just load it up */
b fast_exception_return
#endif /* CONFIG_ALTIVEC */
addi r3,r1,STACK_FRAME_OVERHEAD
1: addi r3,r1,STACK_FRAME_OVERHEAD
EXC_XFER_EE_LITE(0xf20, altivec_unavailable_exception)

PerformanceMonitor:
Expand Down

0 comments on commit 4c5cdcc

Please sign in to comment.