diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2007-08-21 23:49:41 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-08-22 02:48:36 -0400 |
commit | 5b072ba453078293b8f6de8cdd79d9c26f015238 (patch) | |
tree | 8ad35dc763c8f234afbc2395e5f5099049fb8faf /arch/powerpc/platforms/iseries/exception.h | |
parent | 7180e3e636deff82f8810291878a184f21142fa9 (diff) |
[POWERPC] Exception numbers are not relevant to iSeries
so remove them from the macros.
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/platforms/iseries/exception.h')
-rw-r--r-- | arch/powerpc/platforms/iseries/exception.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/platforms/iseries/exception.h b/arch/powerpc/platforms/iseries/exception.h index 5b3f285e8168..ced45a8fa1aa 100644 --- a/arch/powerpc/platforms/iseries/exception.h +++ b/arch/powerpc/platforms/iseries/exception.h | |||
@@ -34,7 +34,7 @@ | |||
34 | ori r10,r10,MSR_RI; \ | 34 | ori r10,r10,MSR_RI; \ |
35 | mtmsrd r10,1 | 35 | mtmsrd r10,1 |
36 | 36 | ||
37 | #define STD_EXCEPTION_ISERIES(n, label, area) \ | 37 | #define STD_EXCEPTION_ISERIES(label, area) \ |
38 | .globl label##_iSeries; \ | 38 | .globl label##_iSeries; \ |
39 | label##_iSeries: \ | 39 | label##_iSeries: \ |
40 | HMT_MEDIUM; \ | 40 | HMT_MEDIUM; \ |
@@ -43,7 +43,7 @@ label##_iSeries: \ | |||
43 | EXCEPTION_PROLOG_ISERIES_1; \ | 43 | EXCEPTION_PROLOG_ISERIES_1; \ |
44 | b label##_common | 44 | b label##_common |
45 | 45 | ||
46 | #define MASKABLE_EXCEPTION_ISERIES(n, label) \ | 46 | #define MASKABLE_EXCEPTION_ISERIES(label) \ |
47 | .globl label##_iSeries; \ | 47 | .globl label##_iSeries; \ |
48 | label##_iSeries: \ | 48 | label##_iSeries: \ |
49 | HMT_MEDIUM; \ | 49 | HMT_MEDIUM; \ |