patch-2_6_7-vs1_9_1_12
[linux-2.6.git] / include / asm-ppc64 / thread_info.h
index 297c974..a467497 100644 (file)
@@ -69,10 +69,6 @@ struct thread_info {
 #define get_thread_info(ti)    get_task_struct((ti)->task)
 #define put_thread_info(ti)    put_task_struct((ti)->task)
 
-#if THREAD_SIZE != (4*PAGE_SIZE)
-#error update vmlinux.lds and current_thread_info to match
-#endif
-
 /* how to get the thread information struct from C */
 static inline struct thread_info *current_thread_info(void)
 {