diff options
author | kevlo <kevlo@FreeBSD.org> | 2007-03-21 07:49:56 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2007-03-21 07:49:56 +0000 |
commit | 042b3d4a6d545b172a97650f3d779aa481f44fd4 (patch) | |
tree | 3b346972b9a910ab525e7b6bca533c83c258154f /sys | |
parent | 88ef185ca93980ec01148322040660887459f1e6 (diff) | |
download | FreeBSD-src-042b3d4a6d545b172a97650f3d779aa481f44fd4.zip FreeBSD-src-042b3d4a6d545b172a97650f3d779aa481f44fd4.tar.gz |
Fix a comment
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arm/arm/cpufunc_asm_arm9.S | 2 |
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) |