From: Hugh Dickins Date: Sun, 2 Nov 2008 04:41:40 +0000 (-0700) Subject: sparc64: Fix __copy_{to,from}_user_inatomic defines. X-Git-Tag: v2.6.28-rc3~2^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=145e1c0023585e0e8f6df22316308ec61c5066b2;p=pandora-kernel.git sparc64: Fix __copy_{to,from}_user_inatomic defines. Alexander Beregalov reports oops in __bzero() called from copy_from_user_fixup() called from iov_iter_copy_from_user_atomic(), when running dbench on tmpfs on sparc64: its __copy_from_user_inatomic and __copy_to_user_inatomic should be avoiding, not calling, the fixups. Signed-off-by: Hugh Dickins Signed-off-by: David S. Miller --- Reading git-diff-tree failed