We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a6772f commit 5f870a3Copy full SHA for 5f870a3
arch/x86/include/asm/thread_info.h
@@ -276,11 +276,9 @@ static inline bool is_ia32_task(void)
276
*/
277
#define force_iret() set_thread_flag(TIF_NOTIFY_RESUME)
278
279
-#endif /* !__ASSEMBLY__ */
280
-
281
-#ifndef __ASSEMBLY__
282
extern void arch_task_cache_init(void);
283
extern int arch_dup_task_struct(struct task_struct *dst, struct task_struct *src);
284
extern void arch_release_task_struct(struct task_struct *tsk);
285
-#endif
+#endif /* !__ASSEMBLY__ */
+
286
#endif /* _ASM_X86_THREAD_INFO_H */
0 commit comments