Re: [U-Boot] [PATCH 1/2] nds32: fix ptrace and interrupt register overflow

2012-03-19 Thread Macpaul Lin
Hi Macpaul, 2012/3/11 Macpaul Lin > Fix ptrace and interrupt register overflow warning. > Add missing P0 and P1 (r26 and r27) into register lists. > These register are usually used in OS. > > Signed-off-by: Macpaul Lin > Applied to u-boot-nds32/master Thanks. -- Best regards, Macpaul Lin ___

[U-Boot] [PATCH 1/2] nds32: fix ptrace and interrupt register overflow

2012-03-11 Thread Macpaul Lin
Fix ptrace and interrupt register overflow warning. Add missing P0 and P1 (r26 and r27) into register lists. These register are usually used in OS. Signed-off-by: Macpaul Lin --- arch/nds32/include/asm/ptrace.h |2 ++ arch/nds32/lib/interrupts.c |2 +- 2 files changed, 3 insertions(+