Skip to content
Commit 9efeccac authored by Michael S. Tsirkin's avatar Michael S. Tsirkin
Browse files

linux: drop __bitwise__ everywhere



__bitwise__ used to mean "yes, please enable sparse checks
unconditionally", but now that we dropped __CHECK_ENDIAN__
__bitwise is exactly the same.
There aren't many users, replace it by __bitwise everywhere.

Signed-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
Acked-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Acked-by: default avatarStefan Schmidt <stefan@osg.samsung.com>
Acked-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Akced-by: default avatarLee Duncan <lduncan@suse.com>
parent 46d832f5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment