···1313#error only <linux/bitops.h> can be included directly1414#endif15151616-#ifdef __KERNEL__1717-1816#ifndef __ASSEMBLY__19172018#include <linux/types.h>···505507#include <asm-generic/bitops/ext2-atomic-setbit.h>506508507509#endif /* !__ASSEMBLY__ */508508-509509-#endif /* __KERNEL__ */510510511511#endif
···1616#ifndef _ASM_THREAD_INFO_H1717#define _ASM_THREAD_INFO_H18181919-#ifdef __KERNEL__2020-2119#include <asm/page.h>22202321#ifdef CONFIG_16KSTACKS···111113 * SYSCALL_TRACE is anways seperately/unconditionally tested right after a112114 * syscall, so all that reamins to be tested is _TIF_WORK_MASK113115 */114114-115115-#endif /* __KERNEL__ */116116117117#endif /* _ASM_THREAD_INFO_H */