From cf6d838e2ad2ea783ecf296052e03fe456fa3e85 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Thu, 8 Jan 2015 14:18:18 +0100 Subject: [PATCH] doc: ARM: Use the right function name Trivial fix. Signed-off-by: Michal Simek --- doc/README.arm-caches | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/README.arm-caches b/doc/README.arm-caches index f6a52e3e386..dbb6190b95c 100644 --- a/doc/README.arm-caches +++ b/doc/README.arm-caches @@ -47,7 +47,7 @@ Cleanup Before Linux: - cleanup_before_linux() should flush the D-cache, invalidate I-cache, and disable MMU and caches. - 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 in the short period after the cache was flushed but before the cache got disabled. -- 2.47.3