diff options
| author | Richard Weinberger <richard@nod.at> | 2015-04-12 12:10:36 -0400 |
|---|---|---|
| committer | Richard Weinberger <richard@nod.at> | 2015-04-12 15:03:29 -0400 |
| commit | cb418fdb33feba951187f6e01e9f78d3cd2dacbb (patch) | |
| tree | 5b41a82a0b48d5893850890e993340528d6bca83 /arch/xtensa/include/asm | |
| parent | 3050a35fba296196cb00e87f4a96aa7d9ed17a7b (diff) | |
xtensa: Autogenerate offsets in struct thread_info
Maintaining offsets by hand is no fun.
Reported-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'arch/xtensa/include/asm')
| -rw-r--r-- | arch/xtensa/include/asm/thread_info.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/xtensa/include/asm/thread_info.h b/arch/xtensa/include/asm/thread_info.h index a9b5d3ba196c..baa1f279f59f 100644 --- a/arch/xtensa/include/asm/thread_info.h +++ b/arch/xtensa/include/asm/thread_info.h | |||
| @@ -61,17 +61,6 @@ struct thread_info { | |||
| 61 | xtregs_user_t xtregs_user; | 61 | xtregs_user_t xtregs_user; |
| 62 | }; | 62 | }; |
| 63 | 63 | ||
| 64 | #else /* !__ASSEMBLY__ */ | ||
| 65 | |||
| 66 | /* offsets into the thread_info struct for assembly code access */ | ||
| 67 | #define TI_TASK 0x00000000 | ||
| 68 | #define TI_EXEC_DOMAIN 0x00000004 | ||
| 69 | #define TI_FLAGS 0x00000008 | ||
| 70 | #define TI_STATUS 0x0000000C | ||
| 71 | #define TI_CPU 0x00000010 | ||
| 72 | #define TI_PRE_COUNT 0x00000014 | ||
| 73 | #define TI_ADDR_LIMIT 0x00000018 | ||
| 74 | |||
| 75 | #endif | 64 | #endif |
| 76 | 65 | ||
| 77 | /* | 66 | /* |
