Re: [PATCH 1/3] x86, msr: add rd/wrmsr interfaces with presetregisters

From: Andrew Morton
Date: Thu Sep 03 2009 - 19:15:36 EST


On Thu, 03 Sep 2009 15:57:54 -0700
"H. Peter Anvin" <hpa@xxxxxxxxx> wrote:

> On 09/03/2009 03:55 PM, Andrew Morton wrote:
> > On Mon, 31 Aug 2009 09:50:09 +0200
> > Borislav Petkov <petkovbb@xxxxxxxxxxxxxx> wrote:
> >
> >> +.macro op_safe_regs op:req
> >
> > Using
> >
> > GNU assembler 2.16.1
> >
> > I get
> >
> > arch/x86/lib/msr-reg.S: Assembler messages:
> > arch/x86/lib/msr-reg.S:53: Error: Bad macro parameter list
> > arch/x86/lib/msr-reg.S:100: Error: invalid character '_' in mnemonic
> > arch/x86/lib/msr-reg.S:101: Error: invalid character '_' in mnemonic
> >
> > this:
> >
> > diff -puN arch/x86/lib/msr-reg.S~a arch/x86/lib/msr-reg.S
> > --- a/arch/x86/lib/msr-reg.S~a
> > +++ a/arch/x86/lib/msr-reg.S
> > @@ -50,7 +50,7 @@ ENDPROC(native_\op\()_safe_regs)
> >
> > #else /* X86_32 */
> >
> > -.macro op_safe_regs op:req
> > +.macro op_safe_regs op
> > ENTRY(native_\op\()_safe_regs)
> > CFI_STARTPROC
> > pushl_cfi %ebx
> >
> >
> > fixed it.
>
> Yup, already fixed in -tip.
>

<looks>

Three days ago. linux-next is still busted.

I want my five minutes back.
--
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/