diff options
author | Punit Agrawal <punit.agrawal@arm.com> | 2014-11-18 11:41:23 +0000 |
---|---|---|
committer | Will Deacon <will.deacon@arm.com> | 2014-11-20 16:33:45 +0000 |
commit | 0be0e44c182c4f13df13903fd1377671d157d7b7 (patch) | |
tree | 18ded6647798a375e263daf5794fd7ce1371f76d /arch/arm64/include/asm/opcodes.h | |
parent | 9b79f52d1a702dd5b160f9d2ee0199c3122809bb (diff) |
arm64: Add AArch32 instruction set condition code checks
Port support for AArch32 instruction condition code checking from arm
to arm64.
Signed-off-by: Punit Agrawal <punit.agrawal@arm.com>
Reviewed-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'arch/arm64/include/asm/opcodes.h')
-rw-r--r-- | arch/arm64/include/asm/opcodes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/include/asm/opcodes.h b/arch/arm64/include/asm/opcodes.h new file mode 100644 index 00000000000..4e603ea36ad --- /dev/null +++ b/arch/arm64/include/asm/opcodes.h @@ -0,0 +1 @@ +#include <../../arm/include/asm/opcodes.h> |