diff options
Diffstat (limited to 'include/asm-sparc/thread_info.h')
| -rw-r--r-- | include/asm-sparc/thread_info.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/asm-sparc/thread_info.h b/include/asm-sparc/thread_info.h index ff6ccb3d24c6..65f060b040ab 100644 --- a/include/asm-sparc/thread_info.h +++ b/include/asm-sparc/thread_info.h | |||
| @@ -92,9 +92,6 @@ BTFIXUPDEF_CALL(struct thread_info *, alloc_thread_info, void) | |||
| 92 | BTFIXUPDEF_CALL(void, free_thread_info, struct thread_info *) | 92 | BTFIXUPDEF_CALL(void, free_thread_info, struct thread_info *) |
| 93 | #define free_thread_info(ti) BTFIXUP_CALL(free_thread_info)(ti) | 93 | #define free_thread_info(ti) BTFIXUP_CALL(free_thread_info)(ti) |
| 94 | 94 | ||
| 95 | #define get_thread_info(ti) get_task_struct((ti)->task) | ||
| 96 | #define put_thread_info(ti) put_task_struct((ti)->task) | ||
| 97 | |||
| 98 | #endif /* __ASSEMBLY__ */ | 95 | #endif /* __ASSEMBLY__ */ |
| 99 | 96 | ||
| 100 | /* | 97 | /* |
