arch/arm/include/asm/opcodes.h
0 → 100644
+20
−0
+1
−1
arch/arm/kernel/opcodes.c
0 → 100644
+72
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
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>