summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Tuckley2009-11-04 13:19:05 +0100
committerCatalin Marinas2009-11-05 11:10:36 +0100
commit157aed7473d300587e89cc87e13f194e3fa6fa36 (patch)
tree5dffcc81055c40832bf7351279dc6f0fd2a86d21
parentRealView: Add default memory configuration (diff)
downloadkernel-qcow2-linux-157aed7473d300587e89cc87e13f194e3fa6fa36.tar.gz
kernel-qcow2-linux-157aed7473d300587e89cc87e13f194e3fa6fa36.tar.xz
kernel-qcow2-linux-157aed7473d300587e89cc87e13f194e3fa6fa36.zip
RealView: Remove duplicated #define REALVIEW_SYS_FLAGS* statements
The platsmp.c file defines the REALVIEW_SYS_FLAGS* macros which are already present in platform.h. Just use the latter. Signed-off-by: Colin Tuckley <colin.tuckley@arm.com> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
-rw-r--r--arch/arm/mach-realview/platsmp.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/arm/mach-realview/platsmp.c b/arch/arm/mach-realview/platsmp.c
index a88458b4799d..009265818d55 100644
--- a/arch/arm/mach-realview/platsmp.c
+++ b/arch/arm/mach-realview/platsmp.c
@@ -146,11 +146,8 @@ static void __init poke_milo(void)
* register. The BootMonitor waits for this register to become
* non-zero.
*/
-#define REALVIEW_SYS_FLAGSS_OFFSET 0x30
-#define REALVIEW_SYS_FLAGSC_OFFSET 0x34
__raw_writel(BSYM(virt_to_phys(realview_secondary_startup)),
- __io_address(REALVIEW_SYS_BASE) +
- REALVIEW_SYS_FLAGSS_OFFSET);
+ __io_address(REALVIEW_SYS_FLAGSSET));
mb();
}