|
@@ -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 */
|