commit | 1ab5786ae45ace5d13517f21508607c5f795a822 | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Fri Dec 12 01:56:04 2014 +0200 |
committer | Michael S. Tsirkin <mst@redhat.com> | Tue Jan 13 15:23:00 2015 +0200 |
tree | 2ffb1b2b4581109c9075c0ae4f43421acb19d8bb | |
parent | e182c570e9953859aee5cb016583217d9e68ea18 [diff] |
alpha/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>