]> bbs.cooldavid.org Git - net-next-2.6.git/commit
[PATCH] invert irq/migration.c brach prediction
authorDaniel Walker <dwalker@mvista.com>
Fri, 23 Jun 2006 09:05:29 +0000 (02:05 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 23 Jun 2006 14:43:04 +0000 (07:43 -0700)
commit89d0cf01c0aa9e8241cc3703a359ecd6abf3c28a
tree149611b8bbd430d482299f5b976da6a6cfc1e718
parentd20d04bc9befbd752092b4aa42bb8254a1af0776
[PATCH] invert irq/migration.c brach prediction

If you get to that point in the code it means that desc->move_irq is set,
pending_irq_cpumask[irq] and cpu_online_map should have a value.  Still
pretty good chance anding those two you'll still have a value.  So these
two branch predictors should be inverted.

Signed-off-by: Daniel Walker <dwalker@mvista.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
kernel/irq/migration.c