19 #ifndef _COBALT_ASM_GENERIC_THREAD_H
20 #define _COBALT_ASM_GENERIC_THREAD_H
22 #include <asm/ptrace.h>
23 #include <asm/processor.h>
31 struct task_struct *host_task;
32 struct thread_struct *tsp;
34 struct mm_struct *active_mm;
35 struct thread_struct ts;
36 #ifdef CONFIG_XENO_ARCH_WANT_TIP
37 struct thread_info *tip;
39 #ifdef CONFIG_XENO_ARCH_FPU
40 struct task_struct *user_fpu_owner;
44 static inline struct xnarchtcb *xnthread_archtcb(
struct xnthread *thread);