search for: _asm_ia64_processor_h

Displaying 1 result from an estimated 1 matches for "_asm_ia64_processor_h".

2012 Feb 06
1
[PATCH] ia64: fix build (next instance)
...+#define pt_regs cpu_user_regs +#endif #include <asm/ustack.h> /* Our arch specific arch_init_sched_domain is in arch/ia64/kernel/domain.c */ @@ -783,4 +788,8 @@ ia64_get_cpl(unsigned long psr) #endif /* !__ASSEMBLY__ */ +#ifdef XEN +#include <asm/ptrace.h> +#endif + #endif /* _ASM_IA64_PROCESSOR_H */ --- a/xen/include/xen/list.h +++ b/xen/include/xen/list.h @@ -8,7 +8,6 @@ #define __XEN_LIST_H__ #include <xen/lib.h> -#include <xen/prefetch.h> #include <asm/system.h> /* These are non-NULL pointers that will result in page faults @@ -40,6 +39,9 @@ struct list_head {...