[IA64] Reschedule __kernel_syscall_via_epc().
authorDavid Mosberger-Tang <davidm@hpl.hp.com>
Thu, 28 Apr 2005 04:19:37 +0000 (21:19 -0700)
committerTony Luck <tony.luck@intel.com>
Thu, 28 Apr 2005 04:19:37 +0000 (21:19 -0700)
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 <davidm@hpl.hp.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>

No differences found