From: Ingo Molnar <mingo@elte.hu>
To: Jiri Kosina <jkosina@suse.cz>
Cc: Thomas Gleixner <tglx@linutronix.de>,
"H. Peter Anvin" <hpa@zytor.com>, Luming Yu <luming.yu@gmail.com>,
LKML <linux-kernel@vger.kernel.org>
Subject: Re: [trivial PATCH] fix typo in nmi.c of apic
Date: Tue, 13 Oct 2009 09:18:05 +0200 [thread overview]
Message-ID: <20091013071805.GC13175@elte.hu> (raw)
In-Reply-To: <alpine.LSU.2.00.0910130031420.19284@wotan.suse.de>
* Jiri Kosina <jkosina@suse.cz> wrote:
> On Mon, 12 Oct 2009, Ingo Molnar wrote:
>
> > > > I came across x86/kernel/apic/nmi.c and found several typo.
> > > > It's trivial in terms of doing nothing on changing execution logic.
> > > I'd rather go this through x86 tree. Adding Ingo.
> > >
> > > > Ps. The patch is enclosed in attachment. The inline one
> > > > is c&p of it for reading.
> > > >
> > > >
> > > > Thanks,
> > > > Luming
> > > >
> > > > Signed-off-by: Yu Luming <luming.yu@intel.com>
> > > >
> > > > nmi.c | 18 +++++++++---------
> > > > 1 file changed, 9 insertions(+), 9 deletions(-)
> > > >
> > > > diff --git a/arch/x86/kernel/apic/nmi.c b/arch/x86/kernel/apic/nmi.c
> > > > index b3025b4..9ff1f6d 100644
> > > > --- a/arch/x86/kernel/apic/nmi.c
> > > > +++ b/arch/x86/kernel/apic/nmi.c
> > > > @@ -121,7 +121,7 @@ static void report_broken_nmi(int cpu, unsigned
> > > > int *prev_nmi_count)
> > > > atomic_dec(&nmi_active);
> > > > }
> > > >
> > > > -static void __acpi_nmi_disable(void *__unused)
> > > > +static void __apic_nmi_disable(void *__unused)
> >
> > that's correctly named, as a 'git grep acpi_nmi_disable' should reveal.
>
> I actually think that Luming Yu is right that the function is misnamed.
> What does it have to do with ACPI?
It's not misnamed - it is a facility provided by architecture code to
the ACPI subsystem and hence named acpi_*(). See:
5d0e600: [PATCH] x86: fix laptop bootup hang in init_acpi()
Other architectures could opt to implement the same quirk - but it has
nothing to do with APIC.
Yes, on x86 we use the local APIC to disable NMIs, but that has no
effect on the naming of the facility ...
Ingo
next prev parent reply other threads:[~2009-10-13 7:18 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-09-11 6:03 [trivial PATCH] fix typo in nmi.c of apic Luming Yu
2009-09-11 16:27 ` Maciej W. Rozycki
2009-10-09 15:07 ` Jiri Kosina
2009-10-12 20:26 ` Ingo Molnar
2009-10-12 22:37 ` Jiri Kosina
2009-10-13 7:18 ` Ingo Molnar [this message]
2009-10-27 3:50 ` Luming Yu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20091013071805.GC13175@elte.hu \
--to=mingo@elte.hu \
--cc=hpa@zytor.com \
--cc=jkosina@suse.cz \
--cc=linux-kernel@vger.kernel.org \
--cc=luming.yu@gmail.com \
--cc=tglx@linutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox