[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>
This commit is contained in:

committed by
Paul Mackerras

parent
7180e3e636
commit
5b072ba453
@@ -34,7 +34,7 @@
|
||||
ori r10,r10,MSR_RI; \
|
||||
mtmsrd r10,1
|
||||
|
||||
#define STD_EXCEPTION_ISERIES(n, label, area) \
|
||||
#define STD_EXCEPTION_ISERIES(label, area) \
|
||||
.globl label##_iSeries; \
|
||||
label##_iSeries: \
|
||||
HMT_MEDIUM; \
|
||||
@@ -43,7 +43,7 @@ label##_iSeries: \
|
||||
EXCEPTION_PROLOG_ISERIES_1; \
|
||||
b label##_common
|
||||
|
||||
#define MASKABLE_EXCEPTION_ISERIES(n, label) \
|
||||
#define MASKABLE_EXCEPTION_ISERIES(label) \
|
||||
.globl label##_iSeries; \
|
||||
label##_iSeries: \
|
||||
HMT_MEDIUM; \
|
||||
|
Reference in New Issue
Block a user