diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-06-10 15:35:45 +0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-02-02 21:40:27 +0400 |
commit | 5eca8f3a8048235d7fa3faa9ee4fc292d25a7425 (patch) | |
tree | 12eb74d0f0cc5253ac47e6eef973481ec39f3fbb /arch/arm/mach-ebsa110/core.h | |
parent | bcbbf908e3c6d60f8efb7e2e8f09285bbda9e11e (diff) | |
download | linux-5eca8f3a8048235d7fa3faa9ee4fc292d25a7425.tar.xz |
ARM: ebsa110: provide TRICK?_SIZE macros
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-ebsa110/core.h')
-rw-r--r-- | arch/arm/mach-ebsa110/core.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-ebsa110/core.h b/arch/arm/mach-ebsa110/core.h index 61f675426eb8..c93c9e43012d 100644 --- a/arch/arm/mach-ebsa110/core.h +++ b/arch/arm/mach-ebsa110/core.h @@ -18,10 +18,14 @@ #define ISAIO_SIZE PGDIR_SIZE #define TRICK0_PHYS 0xf2000000 +#define TRICK0_SIZE PGDIR_SIZE #define TRICK1_PHYS 0xf2400000 +#define TRICK1_SIZE PGDIR_SIZE #define TRICK2_PHYS 0xf2800000 #define TRICK3_PHYS 0xf2c00000 +#define TRICK3_SIZE PGDIR_SIZE #define TRICK4_PHYS 0xf3000000 +#define TRICK4_SIZE PGDIR_SIZE #define TRICK5_PHYS 0xf3400000 #define TRICK6_PHYS 0xf3800000 #define TRICK7_PHYS 0xf3c00000 |