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