]> 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>
Fri, 7 Sep 2012 19:35:33 +0000 (20:35 +0100)
commit806d05c0c3bbc77c3a9ea3463e3fc49a5f6ab800
tree0240785b51016f9d9c2fd1da9401cf05a9045a58
parent41f1a798f3b05dc54e38f308c92f9481c2f6d91d
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