vserver 1.9.3
[linux-2.6.git] / include / asm-ppc / thread_info.h
index 62aeec9..340235d 100644 (file)
@@ -65,16 +65,6 @@ static inline struct thread_info *current_thread_info(void)
  */
 #define THREAD_SIZE            8192    /* 2 pages */
 
-/*
- * Offsets in thread_info structure, used in assembly code
- */
-#define TI_TASK                0
-#define TI_EXECDOMAIN  4
-#define TI_FLAGS       8
-#define TI_LOCAL_FLAGS 12
-#define TI_CPU         16
-#define TI_PREEMPT     20
-
 #define PREEMPT_ACTIVE         0x4000000
 
 /*