]> git.ipfire.org Git - people/ms/u-boot.git/commit
nds32: fix ptrace and interrupt register overflow
authorMacpaul Lin <macpaul@gmail.com>
Sun, 11 Mar 2012 08:30:18 +0000 (16:30 +0800)
committerMacpaul Lin <macpaul@gmail.com>
Mon, 19 Mar 2012 07:53:07 +0000 (15:53 +0800)
commitb0c4fae44a549074e08d7f81779c7f3d9dcb1eb2
treec983689664c6a06ca5cbb2239f74f1187b9ec198
parentdbb87bbd8eff11cf974caa2b5cc397aea444bc5a
nds32: fix ptrace and interrupt register overflow

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 <macpaul@gmail.com>
arch/nds32/include/asm/ptrace.h
arch/nds32/lib/interrupts.c