diff options
Diffstat (limited to 'cpu')
-rw-r--r-- | cpu/arm925t/cpu.c | 1 | ||||
-rw-r--r-- | cpu/arm926ejs/at91/clock.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/cpu/arm925t/cpu.c b/cpu/arm925t/cpu.c index cf6a489..a9778dc 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 f776f70..9f03468 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; } - |