]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
powerpc/booke64: Use common defines for AltiVec interrupts numbers
authorMihai Caraman <mihai.caraman@freescale.com>
Mon, 1 Jul 2013 15:35:30 +0000 (18:35 +0300)
committerScott Wood <scottwood@freescale.com>
Wed, 16 Oct 2013 23:46:40 +0000 (18:46 -0500)
On Book3E some SPE/FP/AltiVec interrupts share the same number. Use
common defines to indentify these numbers.

Signed-off-by: Mihai Caraman <mihai.caraman@freescale.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>
arch/powerpc/kernel/exceptions-64e.S

index 68d74b45232d99a74c7485bc6228ebf2225703a7..e7751561fd1d6cb75f88a703edfb3581a0146d3a 100644 (file)
@@ -399,7 +399,7 @@ interrupt_end_book3e:
 
 /* Altivec Unavailable Interrupt */
        START_EXCEPTION(altivec_unavailable);
-       NORMAL_EXCEPTION_PROLOG(0x200, BOOKE_INTERRUPT_ALTIVEC_UNAVAIL,
+       NORMAL_EXCEPTION_PROLOG(0x200, BOOKE_INTERRUPT_SPE_ALTIVEC_UNAVAIL,
                                PROLOG_ADDITION_NONE)
        /* we can probably do a shorter exception entry for that one... */
        EXCEPTION_COMMON(0x200, PACA_EXGEN, INTS_KEEP)
@@ -421,7 +421,8 @@ END_FTR_SECTION_IFSET(CPU_FTR_ALTIVEC)
 
 /* AltiVec Assist */
        START_EXCEPTION(altivec_assist);
-       NORMAL_EXCEPTION_PROLOG(0x220, BOOKE_INTERRUPT_ALTIVEC_ASSIST,
+       NORMAL_EXCEPTION_PROLOG(0x220,
+                               BOOKE_INTERRUPT_SPE_FP_DATA_ALTIVEC_ASSIST,
                                PROLOG_ADDITION_NONE)
        EXCEPTION_COMMON(0x220, PACA_EXGEN, INTS_DISABLE)
        bl      .save_nvgprs