]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARM: 7206/1: Add generic ARM instruction set condition code checks.
authorLeif Lindholm <leif.lindholm@arm.com>
Mon, 12 Dec 2011 18:31:55 +0000 (19:31 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 13 Dec 2011 08:52:02 +0000 (08:52 +0000)
commit0c9030deaf59d444f9e757ee73d6d81bfe2d3376
tree000b8008b69352cb46ecbd116ffa2d6bd343d4a4
parent9904f7933bd3b6aef880f7a91ddd8b19420ffd11
ARM: 7206/1: Add generic ARM instruction set condition code checks.

This patch breaks the ARM condition checking code out of nwfpe/fpopcode.{ch}
into a standalone file for opcode operations. It also modifies the code
somewhat for coding style adherence, and adds some temporary variables for
increased readability.

Signed-off-by: Leif Lindholm <leif.lindholm@arm.com>
Reviewed-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/include/asm/opcodes.h [new file with mode: 0644]
arch/arm/kernel/Makefile
arch/arm/kernel/opcodes.c [new file with mode: 0644]