]> xenbits.xensource.com Git - xen.git/commitdiff
xen/arm: Remove GIC definitions in asm-arm/config.h
authorJulien Grall <julien.grall@linaro.org>
Wed, 2 Apr 2014 14:13:36 +0000 (15:13 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Tue, 8 Apr 2014 14:37:30 +0000 (15:37 +0100)
The GIC is not used anymore in assembly code.

Signed-off-by: Julien Grall <julien.grall@linaro.org>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
xen/include/asm-arm/config.h

index 5b7b1a862f7fe7736d96dcb5ed12727cf2236ffd..ef291ff4313531d174c3e968cf7a54d9f04d2ba4 100644 (file)
@@ -192,17 +192,6 @@ extern unsigned long frametable_virt_end;
 #define watchdog_disable() ((void)0)
 #define watchdog_enable()  ((void)0)
 
-#ifdef __ASSEMBLY__
-/* Board-specific: regs base address for the GIC
- * Theses constants are only intend to be used in assembly file
- * because the DT is not yet parsed.
- */
-#define GIC_DR_OFFSET 0x1000
-#define GIC_CR_OFFSET 0x2000
-#define GIC_HR_OFFSET 0x4000 /* Guess work http://lists.infradead.org/pipermail/linux-arm-kernel/2011-September/064219.html */
-#define GIC_VR_OFFSET 0x6000 /* Virtual Machine CPU interface) */
-#endif /* __ASSEMBLY__ */
-
 #endif /* __ARM_CONFIG_H__ */
 /*
  * Local variables: