summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2009-04-30 10:39:00 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2009-04-30 10:39:00 +1000
commitc21537b2d836f7278fbdbe05f7c2d3a06fcc1d14 (patch)
tree64121f8de76d2cb69a192415323fbea1940acedb /arch
parent9a0a21e8cef3d9b915684897a0cad20ca09dd613 (diff)
parent6140aa91cf61de387e34e874033f2d1a59ea8ac8 (diff)
Merge commit 'tip-core/auto-core-next'
Diffstat (limited to 'arch')
-rw-r--r--arch/sparc/include/asm/thread_info_64.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/sparc/include/asm/thread_info_64.h b/arch/sparc/include/asm/thread_info_64.h
index 639ac805448a..65865726b283 100644
--- a/arch/sparc/include/asm/thread_info_64.h
+++ b/arch/sparc/include/asm/thread_info_64.h
@@ -102,8 +102,8 @@ struct thread_info {
#define TI_KERN_CNTD1 0x00000488
#define TI_PCR 0x00000490
#define TI_RESTART_BLOCK 0x00000498
-#define TI_KUNA_REGS 0x000004c0
-#define TI_KUNA_INSN 0x000004c8
+#define TI_KUNA_REGS 0x000004c8
+#define TI_KUNA_INSN 0x000004d0
#define TI_FPREGS 0x00000500
/* We embed this in the uppermost byte of thread_info->flags */