-- On Wed, 15 Aug 2007, Glauber de Oliveira Costa wrote: > @@ -566,10 +596,15 @@ retint_restore_args: > restore_args: > RESTORE_ARGS 0,8,0 > iret_label: > +#ifdef CONFIG_PARAVIRT > + INTERRUPT_RETURN > +#endif > +.globl do_iretq; Is the .globl really required here? I would think that the reference in the fixup section would be resolved with in the compiling of this object. -- Steve > +do_iretq: > iretq > > .section __ex_table,"a" > - .quad iret_label,bad_iret > + .quad do_iretq, bad_iret > .previous > .section .fixup,"ax" > /* force a signal here? this matches i386 behaviour */ > - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: [PATCH 18/25][V3] turn priviled operations into macros in entry.S
- From: "Glauber de Oliveira Costa" <[email protected]>
- Re: [PATCH 18/25][V3] turn priviled operations into macros in entry.S
- References:
- [PATCH 0/25][V3] pvops_64 last round (hopefully)
- From: Glauber de Oliveira Costa <[email protected]>
- [PATCH 1/25][V3] header file move
- From: Glauber de Oliveira Costa <[email protected]>
- [PATCH 2/25][V3] tlb flushing routines
- From: Glauber de Oliveira Costa <[email protected]>
- [PATCH 3/25][V3] irq_flags / halt routines
- From: Glauber de Oliveira Costa <[email protected]>
- [PATCH 4/25][V3] Add debugreg/load_rsp native hooks
- From: Glauber de Oliveira Costa <[email protected]>
- [PATCH 5/25][V3] native versions for system.h functions
- From: Glauber de Oliveira Costa <[email protected]>
- [PATCH 6/25][V3] add native_apic read and write functions, as well as boot clocks ones
- From: Glauber de Oliveira Costa <[email protected]>
- [PATCH 7/25][V3] interrupt related native paravirt functions.
- From: Glauber de Oliveira Costa <[email protected]>
- [PATCH 8/25][V3] use macro for sti/cli in spinlock definitions
- From: Glauber de Oliveira Costa <[email protected]>
- [PATCH 9/25][V3] report ring kernel is running without paravirt
- From: Glauber de Oliveira Costa <[email protected]>
- [PATCH 10/25][V3] export math_state_restore
- From: Glauber de Oliveira Costa <[email protected]>
- [PATCH 11/25][V3] native versions for set pagetables
- From: Glauber de Oliveira Costa <[email protected]>
- [PATCH 12/25][V3] turn msr.h functions into native versions
- From: Glauber de Oliveira Costa <[email protected]>
- [PATCH 13/25][V3] add native functions for descriptors handling
- From: Glauber de Oliveira Costa <[email protected]>
- [PATCH 14/25][V3] get rid of inline asm for load_cr3
- From: Glauber de Oliveira Costa <[email protected]>
- [PATCH 15/25][V3] introducing paravirt_activate_mm
- From: Glauber de Oliveira Costa <[email protected]>
- [PATCH 16/25][V3] turn page operations into native versions
- From: Glauber de Oliveira Costa <[email protected]>
- [PATCH 17/25][V3] introduce paravirt_release_pgd()
- From: Glauber de Oliveira Costa <[email protected]>
- [PATCH 18/25][V3] turn priviled operations into macros in entry.S
- From: Glauber de Oliveira Costa <[email protected]>
- [PATCH 0/25][V3] pvops_64 last round (hopefully)
- Prev by Date: [PATCH] (for review and testing first) Implement dynamic allocated array for pnp port/io resources
- Next by Date: Re: kfree(0) - ok?
- Previous by thread: Re: [PATCH 21/25][V3] export cpu_gdt_descr
- Next by thread: Re: [PATCH 18/25][V3] turn priviled operations into macros in entry.S
- Index(es):