X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=include%2Fasm-mips%2Fthread_info.h;h=e475c45ea263e57d34409137429bb63f982d9e83;hb=5a089006bf8b59f6610de11a857854d8f8730658;hp=fa193f861e71629d3a15d2c3ed481ea99f7b9de5;hpb=26d451b603e754ded83f0e5becab2a78253ad100;p=cascardo%2Flinux.git diff --git a/include/asm-mips/thread_info.h b/include/asm-mips/thread_info.h index fa193f861e71..e475c45ea263 100644 --- a/include/asm-mips/thread_info.h +++ b/include/asm-mips/thread_info.h @@ -9,7 +9,6 @@ #ifdef __KERNEL__ -#include #ifndef __ASSEMBLY__ @@ -31,10 +30,11 @@ struct thread_info { int preempt_count; /* 0 => preemptable, <0 => BUG */ mm_segment_t addr_limit; /* thread address space: - 0-0xBFFFFFFF for user-thead + 0-0xBFFFFFFF for user-thead 0-0xFFFFFFFF for kernel-thread */ struct restart_block restart_block; + struct pt_regs *regs; }; /*