projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
278a6cd
)
powerpc: Remove unessessary 0x3000 location enforcement
author
Michael Neuling
<
[email protected]
>
Fri, 2 Nov 2012 02:53:36 +0000
(13:53 +1100)
committer
Benjamin Herrenschmidt
<
[email protected]
>
Thu, 15 Nov 2012 04:08:03 +0000
(15:08 +1100)
This removes the large gap between 0x1800 and 0x3000.
Signed-off-by: Michael Neuling <
[email protected]
>
Signed-off-by: Benjamin Herrenschmidt <
[email protected]
>
arch/powerpc/kernel/exceptions-64s.S
patch
|
blob
|
history
diff --git
a/arch/powerpc/kernel/exceptions-64s.S
b/arch/powerpc/kernel/exceptions-64s.S
index 29cf7b1890a61fe67f8b7bfab7a8d693a3099bd8..de029640ba26549b32fb8357335819725a7b7602 100644
(file)
--- a/
arch/powerpc/kernel/exceptions-64s.S
+++ b/
arch/powerpc/kernel/exceptions-64s.S
@@
-311,12
+311,14
@@
denorm_exception_hv:
#ifdef CONFIG_CBE_RAS
STD_EXCEPTION_HV(0x1800, 0x1802, cbe_thermal)
KVM_HANDLER_SKIP(PACA_EXGEN, EXC_HV, 0x1802)
+#else
+ . = 0x1800
#endif /* CONFIG_CBE_RAS */
- . = 0x3000
/*** Out of line interrupts support ***/
+ .align 7
/* moved from 0x200 */
machine_check_pSeries:
.globl machine_check_fwnmi