[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <Pine.LNX.4.58.0708151002001.25252@gandalf.stny.rr.com>
Date: Wed, 15 Aug 2007 10:04:39 -0400 (EDT)
From: Steven Rostedt <rostedt@...dmis.org>
To: Glauber de Oliveira Costa <gcosta@...hat.com>
cc: linux-kernel@...r.kernel.org, akpm@...ux-foundation.org,
rusty@...tcorp.com.au, ak@...e.de, mingo@...e.hu,
chrisw@...s-sol.org, jeremy@...p.org, avi@...ranet.com,
anthony@...emonkey.ws, virtualization@...ts.linux-foundation.org,
lguest@...abs.org, glommer@...il.com
Subject: Re: [PATCH 18/25][V3] turn priviled operations into macros in entry.S
--
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 majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists