public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] frv: missing __clear_user()
@ 2007-07-15 20:00 Al Viro
  0 siblings, 0 replies; only message in thread
From: Al Viro @ 2007-07-15 20:00 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel, dhowells


Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
---
 include/asm-frv/uaccess.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/asm-frv/uaccess.h b/include/asm-frv/uaccess.h
index 3d90e10..53650c9 100644
--- a/include/asm-frv/uaccess.h
+++ b/include/asm-frv/uaccess.h
@@ -277,6 +277,8 @@ extern long __memcpy_user(void *dst, const void *src, unsigned long count);
 
 #endif
 
+#define __clear_user clear_user
+
 static inline unsigned long __must_check
 __copy_to_user(void __user *to, const void *from, unsigned long n)
 {
-- 
1.5.3.GIT



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2007-07-15 20:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-15 20:00 [PATCH] frv: missing __clear_user() Al Viro

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox