[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20090903161426.cc441294.akpm@linux-foundation.org>
Date: Thu, 3 Sep 2009 16:14:26 -0700
From: Andrew Morton <akpm@...ux-foundation.org>
To: "H. Peter Anvin" <hpa@...or.com>
Cc: petkovbb@...glemail.com, mingo@...hat.com,
linux-kernel@...r.kernel.org, kjwinchester@...il.com,
tglx@...utronix.de, borislav.petkov@....com,
linux-tip-commits@...r.kernel.org,
Stephen Rothwell <sfr@...b.auug.org.au>
Subject: Re: [PATCH 1/3] x86, msr: add rd/wrmsr interfaces with preset
registers
On Thu, 03 Sep 2009 15:57:54 -0700
"H. Peter Anvin" <hpa@...or.com> wrote:
> On 09/03/2009 03:55 PM, Andrew Morton wrote:
> > On Mon, 31 Aug 2009 09:50:09 +0200
> > Borislav Petkov <petkovbb@...glemail.com> 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@...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