diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-03-05 05:46:47 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-03-05 05:46:47 -0500 |
commit | 39e688a94b94eaba768b1494e19e96f828fc2688 (patch) | |
tree | 706ce255a95d0705241beafb8354fb7253a24af4 /arch/sh/boards | |
parent | c87a7111349891043cb0a62b0ba745264d4b600a (diff) |
sh: Revert lazy dcache writeback changes.
These ended up causing too many problems on older parts,
revert for now..
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards')
-rw-r--r-- | arch/sh/boards/renesas/r7780rp/io.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/sh/boards/renesas/r7780rp/io.c b/arch/sh/boards/renesas/r7780rp/io.c index f74d2ffb3851..86dfe85ec440 100644 --- a/arch/sh/boards/renesas/r7780rp/io.c +++ b/arch/sh/boards/renesas/r7780rp/io.c | |||
@@ -156,8 +156,6 @@ void r7780rp_insw(unsigned long port, void *dst, unsigned long count) | |||
156 | 156 | ||
157 | while (count--) | 157 | while (count--) |
158 | *buf++ = *p; | 158 | *buf++ = *p; |
159 | |||
160 | flush_dcache_all(); | ||
161 | } | 159 | } |
162 | 160 | ||
163 | void r7780rp_insl(unsigned long port, void *dst, unsigned long count) | 161 | void r7780rp_insl(unsigned long port, void *dst, unsigned long count) |
@@ -204,8 +202,6 @@ void r7780rp_outsw(unsigned long port, const void *src, unsigned long count) | |||
204 | 202 | ||
205 | while (count--) | 203 | while (count--) |
206 | *p = *buf++; | 204 | *p = *buf++; |
207 | |||
208 | flush_dcache_all(); | ||
209 | } | 205 | } |
210 | 206 | ||
211 | void r7780rp_outsl(unsigned long port, const void *src, unsigned long count) | 207 | void r7780rp_outsl(unsigned long port, const void *src, unsigned long count) |