doc: ARM: Use the right function name

Trivial fix.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
Michal Simek 2015-01-14 15:36:34 +01:00 committed by Tom Rini
parent 33d8818350
commit 421044b183
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ Cleanup Before Linux:
- cleanup_before_linux() should flush the D-cache, invalidate I-cache, and - cleanup_before_linux() should flush the D-cache, invalidate I-cache, and
disable MMU and caches. disable MMU and caches.
- The following sequence is advisable while disabling d-cache: - The following sequence is advisable while disabling d-cache:
1. disable_dcache() - flushes and disables d-cache 1. dcache_disable() - flushes and disables d-cache
2. invalidate_dcache_all() - invalid any entry that came to the cache 2. invalidate_dcache_all() - invalid any entry that came to the cache
in the short period after the cache was flushed but before the in the short period after the cache was flushed but before the
cache got disabled. cache got disabled.