search for: isidl

Displaying 2 results from an estimated 2 matches for "isidl".

Did you mean: isid
2007 Apr 18
0
[RFC/PATCH PV_OPS X86_64 17/17] paravirt_ops - pda entry
...BLANK(); #undef ENTRY #ifdef CONFIG_IA32_EMULATION Index: clean-start/include/asm-x86_64/pda.h =================================================================== --- clean-start.orig/include/asm-x86_64/pda.h +++ clean-start/include/asm-x86_64/pda.h @@ -29,6 +29,7 @@ struct x8664_pda { short isidle; struct mm_struct *active_mm; unsigned apic_timer_irqs; + void *vcpu; } ____cacheline_aligned_in_smp; extern struct x8664_pda *_cpu_pda[]; --
2007 Apr 18
0
[RFC/PATCH PV_OPS X86_64 17/17] paravirt_ops - pda entry
...BLANK(); #undef ENTRY #ifdef CONFIG_IA32_EMULATION Index: clean-start/include/asm-x86_64/pda.h =================================================================== --- clean-start.orig/include/asm-x86_64/pda.h +++ clean-start/include/asm-x86_64/pda.h @@ -29,6 +29,7 @@ struct x8664_pda { short isidle; struct mm_struct *active_mm; unsigned apic_timer_irqs; + void *vcpu; } ____cacheline_aligned_in_smp; extern struct x8664_pda *_cpu_pda[]; --