]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[POWERPC] Emulate isel (Integer Select) instruction
authorKumar Gala <galak@kernel.crashing.org>
Tue, 20 Nov 2007 03:35:29 +0000 (21:35 -0600)
committerKumar Gala <galak@kernel.crashing.org>
Tue, 11 Dec 2007 19:57:16 +0000 (13:57 -0600)
commitc1469f13de275fc92b051328ea5764a32a5a43c9
treec978f788239e97c5c49f234a130e5da8e43e9310
parentfd351b89205bc14f79af2e0d69f4198bcea1cf6a
[POWERPC] Emulate isel (Integer Select) instruction

isel (Integer Select) is a new user space instruction in the
PowerISA 2.04 spec.  Not all processors implement it so lets emulate
to ensure code built with isel will run everywhere.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/kernel/traps.c