diff options
author | Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> | 2013-08-22 08:43:47 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> | 2013-10-17 09:34:39 +0900 |
commit | a633a18f906bb21a46634f0d4b1c453ca0e6735b (patch) | |
tree | 41c42538816e530479c0ba7b213b6e146c4af167 /arch/sh/include/asm/cache.h | |
parent | b8f1608645c98511e726f6e009169f9b9e2140f9 (diff) | |
download | u-boot-imx-a633a18f906bb21a46634f0d4b1c453ca0e6735b.zip u-boot-imx-a633a18f906bb21a46634f0d4b1c453ca0e6735b.tar.gz u-boot-imx-a633a18f906bb21a46634f0d4b1c453ca0e6735b.tar.bz2 |
sh: cache: Change cache API to defines as U-Boot
A chache API of SH is developped by reference in linux kernel.
And API was the same as the linux kernel.
This patch change cache API to defines as U-Boot.
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'arch/sh/include/asm/cache.h')
-rw-r--r-- | arch/sh/include/asm/cache.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/sh/include/asm/cache.h b/arch/sh/include/asm/cache.h index 24941b3..b21dc44 100644 --- a/arch/sh/include/asm/cache.h +++ b/arch/sh/include/asm/cache.h @@ -10,9 +10,6 @@ int cache_control(unsigned int cmd); struct __large_struct { unsigned long buf[100]; }; #define __m(x) (*(struct __large_struct *)(x)) -void dcache_wback_range(u32 start, u32 end); -void dcache_invalid_range(u32 start, u32 end); - #else /* |