From: Daniel Walker Date: Fri, 23 Jun 2006 09:05:29 +0000 (-0700) Subject: [PATCH] invert irq/migration.c brach prediction X-Git-Tag: v2.6.18-rc1~1081^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89d0cf01c0aa9e8241cc3703a359ecd6abf3c28a;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed