]> 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)
commit46fa260ee75c17328772734fcc0ab93df88ee66a
tree000b8008b69352cb46ecbd116ffa2d6bd343d4a4
parentb1e2b7f8a5318f5752c84fa0be7bdb79bd4e11d3
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]