summaryrefslogtreecommitdiffstats
path: root/arch/sh/include
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>2013-08-22 08:43:47 +0900
committerNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>2013-10-17 09:34:39 +0900
commita633a18f906bb21a46634f0d4b1c453ca0e6735b (patch)
tree41c42538816e530479c0ba7b213b6e146c4af167 /arch/sh/include
parentb8f1608645c98511e726f6e009169f9b9e2140f9 (diff)
downloadtalos-obmc-uboot-a633a18f906bb21a46634f0d4b1c453ca0e6735b.tar.gz
talos-obmc-uboot-a633a18f906bb21a46634f0d4b1c453ca0e6735b.zip
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')
-rw-r--r--arch/sh/include/asm/cache.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/sh/include/asm/cache.h b/arch/sh/include/asm/cache.h
index 24941b3019..b21dc4422e 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
/*
OpenPOWER on IntegriCloud