OSDN Git Service

util/cacheflush: Use declarations from <OSCacheControl.h> on Darwin
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 5 Jun 2023 14:05:56 +0000 (16:05 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 13 Jun 2023 09:28:58 +0000 (11:28 +0200)
commit0baf54d0056979d6344b872a5b20acb6a5fd3cf8
treefd7cf396d138c3ca547d3f2f59dad4df5caf3f59
parentf975033d56dbf945ca7a4247c301c217fa4972f8
util/cacheflush: Use declarations from <OSCacheControl.h> on Darwin

Per the cache(3) man page, sys_icache_invalidate() and
sys_dcache_flush() are declared in <libkern/OSCacheControl.h>.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20230605175647.88395-2-philmd@linaro.org>
util/cacheflush.c