]> git.baikalelectronics.ru Git - kernel.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)
commit542db35edf9bf873bbca1c2e2523b08884dd2a5b
tree000b8008b69352cb46ecbd116ffa2d6bd343d4a4
parentf8eb88f864e802954575746943ca7dab77e0ef14
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]