diff options
author | Tony Lindgren <tony@atomide.com> | 2009-05-25 14:26:41 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2009-05-25 14:26:41 -0400 |
commit | a4ab0d836bbdbbfdb892135a92b339107530b710 (patch) | |
tree | be5cccc4cd606ea9cf4890077d9b25319f220a80 /arch/arm/plat-omap/include | |
parent | 59a3759d0fe8d969888c741bb33f4946e4d3750d (diff) |
ARM: OMAP2/3: Remove OMAP2_32KSYNCT_BASE
Use processor specific defines instead.
As an extra bonus, this patch fixes the problem of CONFIG_DEBUG_SPINLOCK
calling sched_clock before we have things initialized:
http://patchwork.kernel.org/patch/15810/
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/plat-omap/include')
-rw-r--r-- | arch/arm/plat-omap/include/mach/omap24xx.h | 2 | ||||
-rw-r--r-- | arch/arm/plat-omap/include/mach/omap34xx.h | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/plat-omap/include/mach/omap24xx.h b/arch/arm/plat-omap/include/mach/omap24xx.h index 24335d4932f5..4202cf457e22 100644 --- a/arch/arm/plat-omap/include/mach/omap24xx.h +++ b/arch/arm/plat-omap/include/mach/omap24xx.h | |||
@@ -87,7 +87,6 @@ | |||
87 | 87 | ||
88 | #if defined(CONFIG_ARCH_OMAP2420) | 88 | #if defined(CONFIG_ARCH_OMAP2420) |
89 | 89 | ||
90 | #define OMAP2_32KSYNCT_BASE OMAP2420_32KSYNCT_BASE | ||
91 | #define OMAP2_PRCM_BASE OMAP2420_PRCM_BASE | 90 | #define OMAP2_PRCM_BASE OMAP2420_PRCM_BASE |
92 | #define OMAP2_CM_BASE OMAP2420_CM_BASE | 91 | #define OMAP2_CM_BASE OMAP2420_CM_BASE |
93 | #define OMAP2_PRM_BASE OMAP2420_PRM_BASE | 92 | #define OMAP2_PRM_BASE OMAP2420_PRM_BASE |
@@ -95,7 +94,6 @@ | |||
95 | 94 | ||
96 | #elif defined(CONFIG_ARCH_OMAP2430) | 95 | #elif defined(CONFIG_ARCH_OMAP2430) |
97 | 96 | ||
98 | #define OMAP2_32KSYNCT_BASE OMAP2430_32KSYNCT_BASE | ||
99 | #define OMAP2_PRCM_BASE OMAP2430_PRCM_BASE | 97 | #define OMAP2_PRCM_BASE OMAP2430_PRCM_BASE |
100 | #define OMAP2_CM_BASE OMAP2430_CM_BASE | 98 | #define OMAP2_CM_BASE OMAP2430_CM_BASE |
101 | #define OMAP2_PRM_BASE OMAP2430_PRM_BASE | 99 | #define OMAP2_PRM_BASE OMAP2430_PRM_BASE |
diff --git a/arch/arm/plat-omap/include/mach/omap34xx.h b/arch/arm/plat-omap/include/mach/omap34xx.h index ab640151d3ec..581d9103c35d 100644 --- a/arch/arm/plat-omap/include/mach/omap34xx.h +++ b/arch/arm/plat-omap/include/mach/omap34xx.h | |||
@@ -85,7 +85,6 @@ | |||
85 | 85 | ||
86 | #if defined(CONFIG_ARCH_OMAP3430) | 86 | #if defined(CONFIG_ARCH_OMAP3430) |
87 | 87 | ||
88 | #define OMAP2_32KSYNCT_BASE OMAP3430_32KSYNCT_BASE | ||
89 | #define OMAP2_CM_BASE OMAP3430_CM_BASE | 88 | #define OMAP2_CM_BASE OMAP3430_CM_BASE |
90 | #define OMAP2_PRM_BASE OMAP3430_PRM_BASE | 89 | #define OMAP2_PRM_BASE OMAP3430_PRM_BASE |
91 | #define OMAP2_VA_IC_BASE IO_ADDRESS(OMAP34XX_IC_BASE) | 90 | #define OMAP2_VA_IC_BASE IO_ADDRESS(OMAP34XX_IC_BASE) |