summaryrefslogtreecommitdiffstats
path: root/arch/nds32/include
diff options
context:
space:
mode:
authorMacpaul Lin <macpaul@gmail.com>2012-03-11 16:30:18 +0800
committerMacpaul Lin <macpaul@gmail.com>2012-03-19 15:53:07 +0800
commitb0c4fae44a549074e08d7f81779c7f3d9dcb1eb2 (patch)
treec983689664c6a06ca5cbb2239f74f1187b9ec198 /arch/nds32/include
parentdbb87bbd8eff11cf974caa2b5cc397aea444bc5a (diff)
downloadtalos-obmc-uboot-b0c4fae44a549074e08d7f81779c7f3d9dcb1eb2.tar.gz
talos-obmc-uboot-b0c4fae44a549074e08d7f81779c7f3d9dcb1eb2.zip
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>
Diffstat (limited to 'arch/nds32/include')
-rw-r--r--arch/nds32/include/asm/ptrace.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/nds32/include/asm/ptrace.h b/arch/nds32/include/asm/ptrace.h
index 4336083ea8..ee181b2671 100644
--- a/arch/nds32/include/asm/ptrace.h
+++ b/arch/nds32/include/asm/ptrace.h
@@ -38,6 +38,8 @@ struct pt_regs {
NDS32_REG d1hi;
NDS32_REG d1lo;
NDS32_REG r[26]; /* r0 - r25 */
+ NDS32_REG p0; /* r26 - used by OS */
+ NDS32_REG p1; /* r27 - used by OS */
NDS32_REG fp; /* r28 */
NDS32_REG gp; /* r29 */
NDS32_REG lp; /* r30 */
OpenPOWER on IntegriCloud