summaryrefslogtreecommitdiff
path: root/cpu
diff options
context:
space:
mode:
Diffstat (limited to 'cpu')
-rw-r--r--cpu/arm925t/cpu.c1
-rw-r--r--cpu/arm926ejs/at91/clock.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/cpu/arm925t/cpu.c b/cpu/arm925t/cpu.c
index cf6a489101..a9778dc3d6 100644
--- a/cpu/arm925t/cpu.c
+++ b/cpu/arm925t/cpu.c
@@ -80,4 +80,3 @@ static void cache_flush (void)
asm ("mcr p15, 0, %0, c7, c7, 0": :"r" (i));
}
-
diff --git a/cpu/arm926ejs/at91/clock.c b/cpu/arm926ejs/at91/clock.c
index f776f70b11..9f03468b6c 100644
--- a/cpu/arm926ejs/at91/clock.c
+++ b/cpu/arm926ejs/at91/clock.c
@@ -199,4 +199,3 @@ int at91_clock_init(unsigned long main_clock)
return 0;
}
-