diff options
Diffstat (limited to 'cpu/arm_intcm/cpu.c')
-rw-r--r-- | cpu/arm_intcm/cpu.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpu/arm_intcm/cpu.c b/cpu/arm_intcm/cpu.c index 34cd5af..d03b09d 100644 --- a/cpu/arm_intcm/cpu.c +++ b/cpu/arm_intcm/cpu.c @@ -58,8 +58,8 @@ int cleanup_before_linux (void) disable_interrupts (); - /* Since the CM has unknown processor we do not support - * cache operations + /* Since the CM has unknown processor we do not support + * cache operations */ return (0); |