[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen master] xen/arm: Remove GIC definitions in asm-arm/config.h
commit 9afeacf08335ea91d0bf1053d38eb5cefc855830 Author: Julien Grall <julien.grall@xxxxxxxxxx> AuthorDate: Wed Apr 2 15:13:36 2014 +0100 Commit: Ian Campbell <ian.campbell@xxxxxxxxxx> CommitDate: Tue Apr 8 15:37:30 2014 +0100 xen/arm: Remove GIC definitions in asm-arm/config.h The GIC is not used anymore in assembly code. Signed-off-by: Julien Grall <julien.grall@xxxxxxxxxx> Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx> --- xen/include/asm-arm/config.h | 11 ----------- 1 files changed, 0 insertions(+), 11 deletions(-) diff --git a/xen/include/asm-arm/config.h b/xen/include/asm-arm/config.h index 5b7b1a8..ef291ff 100644 --- a/xen/include/asm-arm/config.h +++ b/xen/include/asm-arm/config.h @@ -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: -- generated by git-patchbot for /home/xen/git/xen.git#master _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |