summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/thread_info.h
diff options
context:
space:
mode:
authorBorislav Petkov <bp@suse.de>2016-03-28 20:20:17 +0200
committerThomas Gleixner <tglx@linutronix.de>2016-03-29 11:12:10 +0200
commit5f870a3f7188065e13efafe1faeb01c136173bc4 (patch)
tree8e8df2508dd4ae76aa8bdb610933dd6855e5398f /arch/x86/include/asm/thread_info.h
parent4a6772f514891eaacf26bcb7c2c808c557d23c6f (diff)
downloadlinux-0-day-5f870a3f7188065e13efafe1faeb01c136173bc4.tar.gz
linux-0-day-5f870a3f7188065e13efafe1faeb01c136173bc4.tar.xz
x86/thread_info: Merge two !__ASSEMBLY__ sections
We have #ifndef __ASSEMBLY__ ... #endif #ifndef __ASSEMBLY__ ... #endif Merge the two. No functionality change. Signed-off-by: Borislav Petkov <bp@suse.de> Link: http://lkml.kernel.org/r/1459189217-25532-1-git-send-email-bp@alien8.de Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/include/asm/thread_info.h')
-rw-r--r--arch/x86/include/asm/thread_info.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/arch/x86/include/asm/thread_info.h b/arch/x86/include/asm/thread_info.h
index 82866697fcf18..ffae84df8a931 100644
--- a/arch/x86/include/asm/thread_info.h
+++ b/arch/x86/include/asm/thread_info.h
@@ -276,11 +276,9 @@ static inline bool is_ia32_task(void)
*/
#define force_iret() set_thread_flag(TIF_NOTIFY_RESUME)
-#endif /* !__ASSEMBLY__ */
-
-#ifndef __ASSEMBLY__
extern void arch_task_cache_init(void);
extern int arch_dup_task_struct(struct task_struct *dst, struct task_struct *src);
extern void arch_release_task_struct(struct task_struct *tsk);
-#endif
+#endif /* !__ASSEMBLY__ */
+
#endif /* _ASM_X86_THREAD_INFO_H */