From: Akinobu Mita <akinobu.mita@gmail.com>
To: linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, arnd@arndb.de
Cc: Akinobu Mita <akinobu.mita@gmail.com>,
Yoshinori Sato <ysato@users.sourceforge.jp>
Subject: [PATCH] h8300: use asm-generic/cacheflush.h
Date: Thu, 20 Jan 2011 20:32:15 +0900 [thread overview]
Message-ID: <1295523136-4277-3-git-send-email-akinobu.mita@gmail.com> (raw)
In-Reply-To: <1295523136-4277-1-git-send-email-akinobu.mita@gmail.com>
The implementation of the cache flushing interfaces on the h8300
is identical with the default implementation in asm-generic.
Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
---
arch/h8300/include/asm/cacheflush.h | 21 +--------------------
1 files changed, 1 insertions(+), 20 deletions(-)
diff --git a/arch/h8300/include/asm/cacheflush.h b/arch/h8300/include/asm/cacheflush.h
index 4cf2df2..46fddd6 100644
--- a/arch/h8300/include/asm/cacheflush.h
+++ b/arch/h8300/include/asm/cacheflush.h
@@ -9,32 +9,13 @@
* Cache handling functions
* No Cache memory all dummy functions
*/
+#include <asm-generic/cacheflush.h>
-#define flush_cache_all()
-#define flush_cache_mm(mm)
-#define flush_cache_dup_mm(mm) do { } while (0)
-#define flush_cache_range(vma,a,b)
-#define flush_cache_page(vma,p,pfn)
-#define ARCH_IMPLEMENTS_FLUSH_DCACHE_PAGE 0
-#define flush_dcache_page(page)
-#define flush_dcache_mmap_lock(mapping)
-#define flush_dcache_mmap_unlock(mapping)
#define flush_icache()
-#define flush_icache_page(vma,page)
-#define flush_icache_range(start,len)
-#define flush_cache_vmap(start, end)
-#define flush_cache_vunmap(start, end)
#define cache_push_v(vaddr,len)
#define cache_push(paddr,len)
#define cache_clear(paddr,len)
#define flush_dcache_range(a,b)
-#define flush_icache_user_range(vma,page,addr,len)
-
-#define copy_to_user_page(vma, page, vaddr, dst, src, len) \
- memcpy(dst, src, len)
-#define copy_from_user_page(vma, page, vaddr, dst, src, len) \
- memcpy(dst, src, len)
-
#endif /* _ASM_H8300_CACHEFLUSH_H */
--
1.7.3.4
next prev parent reply other threads:[~2011-01-20 11:32 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-20 11:32 [PATCH] s390: use asm-generic/cacheflush.h Akinobu Mita
2011-01-20 11:32 ` [PATCH] x86: " Akinobu Mita
2011-01-21 15:36 ` [tip:x86/urgent] x86: Use asm-generic/cacheflush.h tip-bot for Akinobu Mita
2011-01-20 11:32 ` Akinobu Mita [this message]
2011-01-20 11:32 ` [PATCH] cris: use asm-generic/cacheflush.h Akinobu Mita
2011-01-20 12:11 ` Jesper Nilsson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1295523136-4277-3-git-send-email-akinobu.mita@gmail.com \
--to=akinobu.mita@gmail.com \
--cc=arnd@arndb.de \
--cc=linux-arch@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=ysato@users.sourceforge.jp \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.