diff options
Diffstat (limited to 'cpu/arm925t/cpu.c')
| -rw-r--r-- | cpu/arm925t/cpu.c | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/cpu/arm925t/cpu.c b/cpu/arm925t/cpu.c index cf6a48910..a9778dc3d 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));  } - |