]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/asm-powerpc/thread_info.h
Merge master.kernel.org:/pub/scm/linux/kernel/git/tglx/hrtimer-2.6
[karo-tx-linux.git] / include / asm-powerpc / thread_info.h
index ac1e80e6033ee13c22b4a8cc4ce1aa806e173582..7e09d7cda933c2919d16c51adcec0d30f24d39ad 100644 (file)
@@ -89,9 +89,6 @@ struct thread_info {
 
 #endif /* THREAD_SHIFT < PAGE_SHIFT */
 
-#define get_thread_info(ti)    get_task_struct((ti)->task)
-#define put_thread_info(ti)    put_task_struct((ti)->task)
-
 /* how to get the thread information struct from C */
 static inline struct thread_info *current_thread_info(void)
 {