From: Al Viro Date: Thu, 26 Jul 2007 16:35:39 +0000 (+0100) Subject: amd64: fix get_user() on bitwise X-Git-Tag: v2.6.23-rc2~240 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdd33961e983dd5b1983c54ef39d243c88a4bffc;p=pandora-kernel.git amd64: fix get_user() on bitwise We really need force-cast when converting to final result type; unsigned long can be silently converted to integer types and to pointers, but not to bitwise. Signed-off-by: Al Viro Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed