commit | fdd33961e983dd5b1983c54ef39d243c88a4bffc | [log] [tgz] |
---|---|---|
author | Al Viro <[email protected]> | Thu Jul 26 17:35:39 2007 +0100 |
committer | Linus Torvalds <[email protected]> | Thu Jul 26 11:11:57 2007 -0700 |
tree | 92f035fb0b89c1c6bbd511b5caa336b0a0d297a7 | |
parent | c47ffe3d3d841986108a8316f6e01792cb45d0d2 [diff] |
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 <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>