Add book3s_64 specific opcode emulation
authorAlexander Graf <agraf@suse.de>
Fri, 30 Oct 2009 05:47:14 +0000 (05:47 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Thu, 5 Nov 2009 05:49:55 +0000 (16:49 +1100)
commitc215c6e49fef6c79a5b98f66f11cc6b1e395cb59
treed995d5f061bf5b25e2833b400eb09979a71818ee
parent012351808174120b2e1839d48e2f0678808b2367
Add book3s_64 specific opcode emulation

There are generic parts of PowerPC that can be shared across all
implementations and specific parts that only apply to BookE or desktop PPCs.

This patch adds emulation for desktop specific opcodes that don't apply
to BookE CPUs.

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/kvm/book3s_64_emulate.c [new file with mode: 0644]
This page took 0.025682 seconds and 5 git commands to generate.