Re: [PATCH] Blackfin arch: Fix decoding of opcodes 41-47 in decode_instruction()

From: Mike Frysinger
Date: Sat Jan 09 2010 - 02:16:38 EST


On Fri, Jan 8, 2010 at 14:06, Roel Kluin wrote:
> This condition allowed only decoding of opcode 0x0040
>
> Signed-off-by: Roel Kluin <roel.kluin@xxxxxxxxx>
> ---
> Âarch/blackfin/kernel/traps.c | Â Â2 +-
> Â1 files changed, 1 insertions(+), 1 deletions(-)
>
> Found with static code analysis. Correct?

looks like it to me:
0: 40 00 STI R0;
2: 41 00 STI R1;
4: 42 00 STI R2;
6: 43 00 STI R3;
8: 44 00 STI R4;
a: 45 00 STI R5;
c: 46 00 STI R6;
e: 47 00 STI R7;

ive added this to the Blackfin repo, thanks
-mike
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/