|
|
@@ -67,7 +67,7 @@ PPC64_CACHES:
|
|
|
* flush all bytes from start through stop-1 inclusive
|
|
|
*/
|
|
|
|
|
|
-_GLOBAL(flush_icache_range)
|
|
|
+_GLOBAL_TOC(flush_icache_range)
|
|
|
BEGIN_FTR_SECTION
|
|
|
PURGE_PREFETCHED_INS
|
|
|
blr
|
|
|
@@ -120,7 +120,7 @@ EXPORT_SYMBOL(flush_icache_range)
|
|
|
*
|
|
|
* flush all bytes from start to stop-1 inclusive
|
|
|
*/
|
|
|
-_GLOBAL(flush_dcache_range)
|
|
|
+_GLOBAL_TOC(flush_dcache_range)
|
|
|
|
|
|
/*
|
|
|
* Flush the data cache to memory
|