]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-mips/thread_info.h
[MIPS] Optimize and cleanup get_saved_sp, set_saved_sp
[linux-2.6-omap-h63xx.git] / include / asm-mips / thread_info.h
index f8d97dafd2f4c7659a8e78c0ba3118032637a541..e475c45ea263e57d34409137429bb63f982d9e83 100644 (file)
@@ -9,7 +9,6 @@
 
 #ifdef __KERNEL__
 
-#include <linux/config.h>
 
 #ifndef __ASSEMBLY__
 
@@ -35,6 +34,7 @@ struct thread_info {
                                                   0-0xFFFFFFFF for kernel-thread
                                                */
        struct restart_block    restart_block;
+       struct pt_regs          *regs;
 };
 
 /*