diff options
Diffstat (limited to 'arch/powerpc/include/asm/compat.h')
| -rw-r--r-- | arch/powerpc/include/asm/compat.h | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/compat.h b/arch/powerpc/include/asm/compat.h index d811a8cd7b5..4774c2f9223 100644 --- a/arch/powerpc/include/asm/compat.h +++ b/arch/powerpc/include/asm/compat.h @@ -210,5 +210,10 @@ struct compat_shmid64_ds {  	compat_ulong_t __unused6;  }; +static inline int is_compat_task(void) +{ +	return test_thread_flag(TIF_32BIT); +} +  #endif /* __KERNEL__ */  #endif /* _ASM_POWERPC_COMPAT_H */  |