From: <tak...@op...> - 2007-05-24 15:48:57
|
22-rc2 results following error when KGDB and KGDB_NMI are selected. | ... | AS arch/sh/kernel/cpu/sh3/entry.o | arch/sh/kernel/cpu/sh3/entry.S: Assembler messages: | arch/sh/kernel/cpu/sh3/entry.S:312: Error: pcrel too far BTW, Which tree should we check hard during rc time? 1. sh-2.6 2. sh-2.6.x 3. archived -rc tree 4. linus's tree This time I checked 1,2 and 3. Presicely, I found in 1, then check 2 if it is solved, and confirmd in 3. Are there any extra work to do(perhaps 4)? (or easyer way?) Regards, /yoshii Add lost in_nmi definition to solve pcrel too far. Signed-off-by: Takashi YOSHII <tak...@op...> diff --git a/arch/sh/kernel/cpu/sh3/entry.S b/arch/sh/kernel/cpu/sh3/entry.S index 832c0b4..659cc08 100644 --- a/arch/sh/kernel/cpu/sh3/entry.S +++ b/arch/sh/kernel/cpu/sh3/entry.S @@ -320,6 +320,7 @@ skip_restore: .align 2 5: .long 0x00001000 ! DSP +6: .long in_nmi 7: .long 0x30000000 ! common exception handler |