• Robert Love's avatar
    [PATCH] type typo in do_softirq · 551d9631
    Robert Love authored
    kernel/softirq.c :: do_softirq() has a typo in the type of the `cpu'
    value.  I incorrectly set it to `unsigned long' in a previous patch...
    this is a CPU value not a bitmask and is thus an `int'.
    551d9631
softirq.c 8.78 KB