X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=arch%2Fmicroblaze%2Finclude%2Fasm%2Fthread_info.h;h=b2ca80f646403d683fa9d9a10e3ea79f67bafb0c;hb=1d7aec304147aadcbc66ef9ab691208f9f22b6a8;hp=6e92885d381a80ee3adc680632415c3911ecdb64;hpb=7d1794e81b5f202c73d7e3e65f0ee7aae4928038;p=pandora-kernel.git diff --git a/arch/microblaze/include/asm/thread_info.h b/arch/microblaze/include/asm/thread_info.h index 6e92885d381a..b2ca80f64640 100644 --- a/arch/microblaze/include/asm/thread_info.h +++ b/arch/microblaze/include/asm/thread_info.h @@ -19,7 +19,6 @@ #ifndef __ASSEMBLY__ # include # include -# include /* * low level task data that entry.S needs immediate access to @@ -60,6 +59,10 @@ struct cpu_context { __u32 fsr; }; +typedef struct { + unsigned long seg; +} mm_segment_t; + struct thread_info { struct task_struct *task; /* main task structure */ struct exec_domain *exec_domain; /* execution domain */