m68k: implement __clear_user()
authorGeert Uytterhoeven <geert@linux-m68k.org>
Tue, 15 May 2007 08:41:29 +0000 (01:41 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 15 May 2007 15:54:00 +0000 (08:54 -0700)
commit3c46bdcaec53eda069a8a9cd60621c7431aa7842
tree9e3463d9618af5be9195d4cbaef6d3a518ab9e26
parent0fcdf96ca95f81a0e1fd91a2de16dc67c641c958
m68k: implement __clear_user()

m68k: implement __clear_user(), which is needed by fs/signalfd.c

Since we always let the MMU do all checking, clear_user() and __clear_user()
are identical. The old clear_user() is renamed to __clear_user() for
consistency.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Davide Libenzi <davidel@xmailserver.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/m68k/lib/uaccess.c
include/asm-m68k/uaccess.h