Skip to content
  • Philippe Gerum's avatar
    cobalt/kernel: drop __setbits() · 0dc7e030
    Philippe Gerum authored
    This non-atomic form cannot operate on any arbitray bit number like
    __set_bit() but rather works with a plain bitmask. There is no point
    in obfuscating the code via this indirection. Drop it.
    0dc7e030