summaryrefslogtreecommitdiffstats
path: root/sys/arm
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2007-03-21 07:49:56 +0000
committerkevlo <kevlo@FreeBSD.org>2007-03-21 07:49:56 +0000
commit042b3d4a6d545b172a97650f3d779aa481f44fd4 (patch)
tree3b346972b9a910ab525e7b6bca533c83c258154f /sys/arm
parent88ef185ca93980ec01148322040660887459f1e6 (diff)
downloadFreeBSD-src-042b3d4a6d545b172a97650f3d779aa481f44fd4.zip
FreeBSD-src-042b3d4a6d545b172a97650f3d779aa481f44fd4.tar.gz
Fix a comment
Diffstat (limited to 'sys/arm')
-rw-r--r--sys/arm/arm/cpufunc_asm_arm9.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/arm/cpufunc_asm_arm9.S b/sys/arm/arm/cpufunc_asm_arm9.S
index 638b5ad..0734b03 100644
--- a/sys/arm/arm/cpufunc_asm_arm9.S
+++ b/sys/arm/arm/cpufunc_asm_arm9.S
@@ -188,7 +188,7 @@ ENTRY_NP(arm9_idcache_wbinv_all)
* dcache, so that we can safely flush the Icache and fall through
* into the Dcache purging code.
*/
- mcr p15, 0, r0, c7, c5, 0 /* Flush I&D cache */
+ mcr p15, 0, r0, c7, c5, 0 /* Flush I cache */
/* Fall through */
ENTRY(arm9_dcache_wbinv_all)
OpenPOWER on IntegriCloud