m32r/uaccess: fix sparse errors
authorMichael S. Tsirkin <mst@redhat.com>
Thu, 11 Dec 2014 23:56:04 +0000 (01:56 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 13 Jan 2015 13:23:13 +0000 (15:23 +0200)
commita618337e8cd811f07bd660a857d5d9f0201f042b
tree42e968dfc63de08b8fca7e31f099086f1ab25fa7
parenta6325e7256ea4a31e5382adb2ecfba406d42e289
m32r/uaccess: fix sparse errors

virtio wants to read bitwise types from userspace using get_user.  At the
moment this triggers sparse errors, since the value is passed through an
integer.

Fix that up using __force.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
arch/m32r/include/asm/uaccess.h