diff options
Diffstat (limited to 'cpu/arm_cortexa8')
-rw-r--r-- | cpu/arm_cortexa8/cpu.c | 1 | ||||
-rw-r--r-- | cpu/arm_cortexa8/omap3/cache.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/cpu/arm_cortexa8/cpu.c b/cpu/arm_cortexa8/cpu.c index fcb5775a1c..822ee7d97e 100644 --- a/cpu/arm_cortexa8/cpu.c +++ b/cpu/arm_cortexa8/cpu.c @@ -78,4 +78,3 @@ static void cache_flush(void) { asm ("mcr p15, 0, %0, c7, c5, 0": :"r" (0)); } - diff --git a/cpu/arm_cortexa8/omap3/cache.c b/cpu/arm_cortexa8/omap3/cache.c index f49ed4afd8..0d5b444be1 100644 --- a/cpu/arm_cortexa8/omap3/cache.c +++ b/cpu/arm_cortexa8/omap3/cache.c @@ -93,4 +93,3 @@ void l2_cache_disable(void) __asm__ __volatile__("mov r12, %0":"=r"(j)); } } - |