]> Pileus Git - ~andy/linux/commit
ARM: opcodes: add opcodes definitions for ARM security extensions
authorWill Deacon <will.deacon@arm.com>
Wed, 12 Dec 2012 19:16:59 +0000 (19:16 +0000)
committerWill Deacon <will.deacon@arm.com>
Thu, 10 Jan 2013 21:10:20 +0000 (21:10 +0000)
commitaf965acc81796c0006c0200129cd22a27c714e52
treeee95f4f5c2e92109cfa833e641bed4640e4a14a3
parent6d63f6466da4385f08a2a1b47779704bf60702b1
ARM: opcodes: add opcodes definitions for ARM security extensions

The ARM security extensions introduced the smc instruction, which is not
supported by all versions of GAS.

This patch introduces opcodes-sec.h, so that smc is made available in a
similar manner to hvc.

Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Dave Martin <dave.martin@linaro.org>
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm/include/asm/opcodes-sec.h [new file with mode: 0644]