diff options
author | Leif Lindholm <leif.lindholm@arm.com> | 2011-12-12 19:44:49 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-12-13 09:52:02 +0100 |
commit | e7f626db83689f55089717a6d771c57afe1adc1a (patch) | |
tree | 29d15e9f913ffefdf16bc88c8f220e7ba9cc7548 /arch/arm/nwfpe/fpopcode.h | |
parent | ARM: 7206/1: Add generic ARM instruction set condition code checks. (diff) | |
download | linux-e7f626db83689f55089717a6d771c57afe1adc1a.tar.xz linux-e7f626db83689f55089717a6d771c57afe1adc1a.zip |
ARM: 7207/1: Use generic ARM instruction set condition code checks for nwfpe.
This patch changes the nwfpe implementation to use the new generic
ARM instruction set condition code checks, rather than a local
implementation. It also removes the existing condition code checking,
which has been used for the generic support (in kernel/opcodes.{ch}).
This code has not been tested beyond building, linking and booting.
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>
Diffstat (limited to 'arch/arm/nwfpe/fpopcode.h')
-rw-r--r-- | arch/arm/nwfpe/fpopcode.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/nwfpe/fpopcode.h b/arch/arm/nwfpe/fpopcode.h index 786e4c96156d..78f02dbfaa8f 100644 --- a/arch/arm/nwfpe/fpopcode.h +++ b/arch/arm/nwfpe/fpopcode.h @@ -475,9 +475,6 @@ static inline unsigned int getDestinationSize(const unsigned int opcode) return (nRc); } -extern unsigned int checkCondition(const unsigned int opcode, - const unsigned int ccodes); - extern const float64 float64Constant[]; extern const float32 float32Constant[]; |