Files
ubports_kernel_google_msm/arch/powerpc/kernel
Michael Ellerman 01f3880dd8 powerpc: Streamline ret_from_except_lite for non-iSeries platforms
There is a small passage of code in ret_from_except_lite which is
only required on iSeries.  For a multi-platform kernel on non-iSeries
machines this means we end up executing ~15 nops in ret_from_except_lite.

It would be nicer if non-iSeries could skip the code entirely, and on
iSeries we can jump out of line to execute the code.

I have no performance numbers to justify this, other than the assertion
that executing 15 nops takes longer than executing 0.

Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
2008-08-20 16:34:57 +10:00
..
2008-07-03 16:58:10 +10:00
2008-07-03 16:58:10 +10:00
2008-05-09 20:22:58 +10:00
2008-06-30 22:31:00 +10:00
2008-03-07 08:42:28 -06:00
2008-05-23 22:43:11 +02:00
2008-08-04 13:18:17 +10:00
2008-07-26 12:00:04 -07:00
2008-06-30 22:31:11 +10:00
2008-07-01 11:28:47 +10:00
2008-07-16 11:07:59 +10:00
2008-08-04 13:18:17 +10:00