« Previous | Next » 

Revision 19380b1b

ID19380b1bf587fd962a60fb40cc4927ba999cf17b

Added by Cornelia Huck about 11 years ago

s390: Drop set_bit usage in virtio_ccw.

set_bit on indicators doesn't go well on 32 bit targets:

note: expected 'long unsigned int *' but argument is of type 'uint64_t *'

Switch to bit shifts instead.

Signed-off-by: Cornelia Huck <>
[agraf: use 1ULL instead]
Signed-off-by: Alexander Graf <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences