From: Chen, Kenneth W Date: Wed, 7 Sep 2005 08:00:37 +0000 (-0700) Subject: [IA64] minor performance tune-up in ia64_switch_to X-Git-Tag: v2.6.14-rc1~492^2~15^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02326223247c773bc007629d54622d750c0371c1;p=pandora-kernel.git [IA64] minor performance tune-up in ia64_switch_to The reenabling of psr.ic should really belong to dtr mapping code block. It make the fall through code fast since it doesn't need to execute the predicated-off instruction. Logically make more sense as well since psr.ic was turned off in .map code block. Signed-off-by: Ken Chen Signed-off-by: Tony Luck --- Reading git-diff-tree failed