]> git.hungrycats.org Git - linux/commit
[PATCH] type typo in do_softirq
authorRobert Love <rml@tech9.net>
Sun, 14 Jul 2002 10:28:58 +0000 (03:28 -0700)
committerLinus Torvalds <torvalds@home.transmeta.com>
Sun, 14 Jul 2002 10:28:58 +0000 (03:28 -0700)
commit551d9631206e0a4b8d2013134c885d44ac8f49bf
tree8f5af27889291d1ceef6b705764a8070fb004bff
parentb530249015ed7a6ba954b9e462258a302c908f2c
[PATCH] type typo in do_softirq

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'.
kernel/softirq.c