diff options
| author | Tom Rini <[email protected]> | 2024-06-19 15:27:54 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-07-03 14:42:01 -0600 |
| commit | 8f25b150651d45f3fe75ea19195fc6cc8169d0d2 (patch) | |
| tree | 627e1e32076a96fdf1a193bacc6c44330c89ccb3 /arch/m68k/include | |
| parent | e32d513304043ddc31bfcf586b799757e47e54ad (diff) | |
m68k: Rename icache_invalid to invalidate_icache_all
The implementation of icache_invalid appears to be doing what other
architectures call invalidate_icache_all so rename to match.
Reviewed-by: Ilias Apalodimas <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'arch/m68k/include')
| -rw-r--r-- | arch/m68k/include/asm/cache.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/m68k/include/asm/cache.h b/arch/m68k/include/asm/cache.h index 6ef7f7be1af..aa8d2edb40b 100644 --- a/arch/m68k/include/asm/cache.h +++ b/arch/m68k/include/asm/cache.h @@ -185,7 +185,6 @@ #ifndef __ASSEMBLY__ /* put C only stuff in this section */ -void icache_invalid(void); void dcache_invalid(void); #endif |
