>00000000 e1a04002       mov     r4, r2
>00000004 ec005574       stc     5, cr5, [r0], -#1d0
>00000008 e1a00004       mov     r0, r4
>0000000c eb00300e       bl      0000c04c
>
>Looks to me as if it's a compiler bug.  This routine should not contain
>'stc' instructions.  What does the vmlinux' disassembly indicate for
>timer1_interrupt?

It might be an assembler problem; reloc for a `bl' overflowing into the opcode 
field.  I've seen that kind of thing before. 

If you can compare the disassembly of vmlinux with the disassembly of the 
specific .o file containing that routine, it would be a big clue.

p.


unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]

Reply via email to