diff options
Diffstat (limited to 'arch/arm/mach-clps711x/include/mach/entry-macro.S')
-rw-r--r-- | arch/arm/mach-clps711x/include/mach/entry-macro.S | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-clps711x/include/mach/entry-macro.S b/arch/arm/mach-clps711x/include/mach/entry-macro.S index 125af59d7a29..56e5c2c23504 100644 --- a/arch/arm/mach-clps711x/include/mach/entry-macro.S +++ b/arch/arm/mach-clps711x/include/mach/entry-macro.S | |||
@@ -8,7 +8,6 @@ | |||
8 | * warranty of any kind, whether express or implied. | 8 | * warranty of any kind, whether express or implied. |
9 | */ | 9 | */ |
10 | #include <mach/hardware.h> | 10 | #include <mach/hardware.h> |
11 | #include <asm/hardware/clps7111.h> | ||
12 | 11 | ||
13 | .macro get_irqnr_preamble, base, tmp | 12 | .macro get_irqnr_preamble, base, tmp |
14 | .endm | 13 | .endm |
@@ -18,7 +17,7 @@ | |||
18 | #endif | 17 | #endif |
19 | 18 | ||
20 | .macro get_irqnr_and_base, irqnr, stat, base, mask | 19 | .macro get_irqnr_and_base, irqnr, stat, base, mask |
21 | mov \base, #CLPS7111_BASE | 20 | mov \base, #CLPS711X_VIRT_BASE |
22 | ldr \stat, [\base, #INTSR1] | 21 | ldr \stat, [\base, #INTSR1] |
23 | ldr \mask, [\base, #INTMR1] | 22 | ldr \mask, [\base, #INTMR1] |
24 | mov \irqnr, #4 | 23 | mov \irqnr, #4 |