diff options
| author | Kevin Lo <kevlo@FreeBSD.org> | 2007-03-21 07:49:56 +0000 |
|---|---|---|
| committer | Kevin Lo <kevlo@FreeBSD.org> | 2007-03-21 07:49:56 +0000 |
| commit | 75f30232c5a7a8c30594aec20f6c553b4464b470 (patch) | |
| tree | 3b346972b9a910ab525e7b6bca533c83c258154f /sys | |
| parent | 693d746cc1cc84bc02e42720011f856c3265988a (diff) | |
Notes
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 638b5ad6d1de..0734b03ee68a 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) |
