Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 101730
b: refs/heads/master
c: 10e3439
h: refs/heads/master
v: v3
  • Loading branch information
Michael Neuling authored and Paul Mackerras committed Jul 1, 2008
1 parent a1d423f commit 94e6656
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: 9c75a31c3525a127f70b919856e32be3d8b03755
refs/heads/master: 10e343925ab5d9f6c651ad808f2e413e3cc053b3
4 changes: 3 additions & 1 deletion trunk/arch/powerpc/kernel/head_64.S
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,8 @@ END_FTR_SECTION_IFSET(CPU_FTR_REAL_LE)
. = 0xf00
b performance_monitor_pSeries

STD_EXCEPTION_PSERIES(0xf20, altivec_unavailable)
. = 0xf20
b altivec_unavailable_pSeries

#ifdef CONFIG_CBE_RAS
HSTD_EXCEPTION_PSERIES(0x1200, cbe_system_error)
Expand All @@ -295,6 +296,7 @@ END_FTR_SECTION_IFSET(CPU_FTR_REAL_LE)

/* moved from 0xf00 */
STD_EXCEPTION_PSERIES(., performance_monitor)
STD_EXCEPTION_PSERIES(., altivec_unavailable)

/*
* An interrupt came in while soft-disabled; clear EE in SRR1,
Expand Down

0 comments on commit 94e6656

Please sign in to comment.