@@ -222,7 +222,7 @@ find_best_interrupt(pic_t *dev)
if (dev == &pic2)
intr += 8;
if (cpu_fast_off_flags & (1 << intr))
if (cpu_fast_off_flags & (1u << intr))
cpu_fast_off_count = cpu_fast_off_val + 1;
}
The note is not visible to the blocked user.