x86: Move is_ia32_task to asm/thread_info.h from asm/compat.h
[deliverable/linux.git] / arch / x86 / include / asm / compat.h
index 355edc0916049c9e879cee67750ec9da92eeda24..d6805798d6fc9e4cad1eedb52cd728cd51cdb8bc 100644 (file)
@@ -235,15 +235,6 @@ static inline void __user *arch_compat_alloc_user_space(long len)
        return (void __user *)round_down(sp - len, 16);
 }
 
-static inline bool is_ia32_task(void)
-{
-#ifdef CONFIG_IA32_EMULATION
-       if (current_thread_info()->status & TS_COMPAT)
-               return true;
-#endif
-       return false;
-}
-
 static inline bool is_x32_task(void)
 {
 #ifdef CONFIG_X86_X32_ABI
This page took 0.046358 seconds and 5 git commands to generate.