search for: irqstackptr

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

Did you mean: irq_stack_ptr
2007 Apr 18
0
[RFC/PATCH PV_OPS X86_64 17/17] paravirt_ops - pda entry
...osta@redhat.com> Index: work-nopv/arch/x86_64/kernel/asm-offsets.c =================================================================== --- work-nopv.orig/arch/x86_64/kernel/asm-offsets.c +++ work-nopv/arch/x86_64/kernel/asm-offsets.c @@ -48,6 +48,9 @@ int main(void) ENTRY(cpunumber); ENTRY(irqstackptr); ENTRY(data_offset); + /* XXX: this should probably be a paravirt_ops stub, to be filled in + * with the hypervisor code */ + ENTRY(vcpu); BLANK(); #undef ENTRY #ifdef CONFIG_IA32_EMULATION Index: clean-start/include/asm-x86_64/pda.h =========================================================...
2007 Apr 18
0
[RFC/PATCH PV_OPS X86_64 17/17] paravirt_ops - pda entry
...osta@redhat.com> Index: work-nopv/arch/x86_64/kernel/asm-offsets.c =================================================================== --- work-nopv.orig/arch/x86_64/kernel/asm-offsets.c +++ work-nopv/arch/x86_64/kernel/asm-offsets.c @@ -48,6 +48,9 @@ int main(void) ENTRY(cpunumber); ENTRY(irqstackptr); ENTRY(data_offset); + /* XXX: this should probably be a paravirt_ops stub, to be filled in + * with the hypervisor code */ + ENTRY(vcpu); BLANK(); #undef ENTRY #ifdef CONFIG_IA32_EMULATION Index: clean-start/include/asm-x86_64/pda.h =========================================================...