]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: 7511/1: opcodes: Opcode definitions for the Virtualization Extensions
authorDave Martin <dave.martin@linaro.org>
Mon, 3 Sep 2012 12:49:25 +0000 (13:49 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 15 Sep 2012 20:26:00 +0000 (21:26 +0100)
commit508514ed25315dd28340000831b17535d6f772da
treede896a68585f298906f8109ca32cc37895aa2349
parenta61a41a01822d48bbe53e6c1df56b88ee2f3de34
ARM: 7511/1: opcodes: Opcode definitions for the Virtualization Extensions

For now, this patch just adds a definition for the HVC instruction.
More can be added here later, as needed.

Now that we have a real example of how to use the opcode injection
macros properly, this patch also adds a cross-reference from the
explanation in opcodes.h (since without an example, figuring out
how to use the macros is not that easy).

Signed-off-by: Dave Martin <dave.martin@linaro.org>
Acked-by: Nicolas Pitre <nico@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/include/asm/opcodes-virt.h [new file with mode: 0644]
arch/arm/include/asm/opcodes.h