summaryrefslogtreecommitdiffstats
path: root/cpu/arm1136/cpu.c
diff options
context:
space:
mode:
authorwdenk <wdenk>2005-01-10 00:01:04 +0000
committerwdenk <wdenk>2005-01-10 00:01:04 +0000
commit082acfd4849d2f0471b0709fe7f5ce1de387437d (patch)
tree788768a43fb5160db87797eb1fe44127b81bfa25 /cpu/arm1136/cpu.c
parent652a10c0965bcbc64dc88fc54e34bedf1612e66b (diff)
downloadtalos-obmc-uboot-082acfd4849d2f0471b0709fe7f5ce1de387437d.tar.gz
talos-obmc-uboot-082acfd4849d2f0471b0709fe7f5ce1de387437d.zip
Coding Style cleanup
Diffstat (limited to 'cpu/arm1136/cpu.c')
-rw-r--r--cpu/arm1136/cpu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpu/arm1136/cpu.c b/cpu/arm1136/cpu.c
index 0db2753359..d5c5dc869a 100644
--- a/cpu/arm1136/cpu.c
+++ b/cpu/arm1136/cpu.c
@@ -124,8 +124,8 @@ int cleanup_before_linux (void)
/* flush I/D-cache */
i = 0;
- asm ("mcr p15, 0, %0, c7, c7, 0": :"r" (i)); // invalidate both caches and flush btb
- asm ("mcr p15, 0, %0, c7, c10, 4": :"r" (i)); // mem barrier to sync things
+ asm ("mcr p15, 0, %0, c7, c7, 0": :"r" (i)); /* invalidate both caches and flush btb */
+ asm ("mcr p15, 0, %0, c7, c10, 4": :"r" (i)); /* mem barrier to sync things */
return(0);
}
OpenPOWER on IntegriCloud