From: David Mosberger-Tang Date: Thu, 28 Apr 2005 04:19:37 +0000 (-0700) Subject: [IA64] Reschedule __kernel_syscall_via_epc(). X-Git-Tag: v2.6.13-rc2~59^2~14^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70929a57cfea8c18de13fcea9ae6771018a98949;p=pandora-kernel.git [IA64] Reschedule __kernel_syscall_via_epc(). Avoid some stalls, which is good for about 2 cycles when invoking a light-weight handler. When invoking a heavy-weight handler, this helps by about 7 cycles, with most of the improvement coming from the improved branch-prediction achieved by splitting the BBB bundle into two MIB bundles. Signed-off-by: David Mosberger-Tang Signed-off-by: Tony Luck --- Reading git-diff-tree failed