OSDN Git Service

x86/entry: Rename is_{ia32,x32}_task() to in_{ia32,x32}_syscall()
[android-x86/kernel.git] / arch / x86 / include / asm / thread_info.h
index ffae84d..30c133a 100644 (file)
@@ -255,7 +255,7 @@ static inline bool test_and_clear_restore_sigmask(void)
        return true;
 }
 
-static inline bool is_ia32_task(void)
+static inline bool in_ia32_syscall(void)
 {
 #ifdef CONFIG_X86_32
        return true;