Re: [PATCH] x86: clean up after: move entry_64.S register saving out of the macros

From: Alexander van Heukelum
Date: Thu Nov 20 2008 - 11:32:27 EST


On Thu, Nov 20, 2008 at 04:57:44PM +0100, Alexander van Heukelum wrote:
> On Thu, Nov 20, 2008 at 04:39:54PM +0100, Ingo Molnar wrote:
> > > > Note, i did a small rename:
> > > >
> > > > cfi_pushq => pushq_cfi
> > > > cfi_popq => popq_cfi
> > > > cfi_store => movq_cfi
>
> Does not work... But if you are attached to the underscores, I
> think we can force it to work by using CPP to convert it to
> something the assembler does parse right:

Hi Ingo,

False alarm. It's happily building at the moment. Does it still
fail for you?

Greetings,
Alexander

> #define pushq_cfi pushq.cfi
>
> etc?
>
> Or is that just too ugly?
>
> Alexander
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/