commit | 0774bf6a8b49ccd35fad58a1eed0d2382f34912e | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Tue Jan 06 17:44:02 2015 +0200 |
committer | Michal Simek <michal.simek@xilinx.com> | Thu Jan 08 08:37:24 2015 +0100 |
tree | ccc46261a7e6e92c0ebb8e428805804c2b320c47 | |
parent | 231856ae7ccb5ee49b2f722e1d8ba7a45df1a978 [diff] |
microblaze/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> Signed-off-by: Michal Simek <michal.simek@xilinx.com>