From: Cyrill Gorcunov <gorcunov@gmail.com>
To: Yinghai Lu <yinghai@kernel.org>, Ingo Molnar <mingo@elte.hu>,
Thomas Gleixner <tglx@linutronix.de>,
"H. Peter Anvin" <hpa@zytor.com>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] x86: add show_lapic=
Date: Sun, 27 Sep 2009 21:42:19 +0400 [thread overview]
Message-ID: <20090927174219.GA14280@lenovo> (raw)
In-Reply-To: <20090927144008.GD4984@lenovo>
[Cyrill Gorcunov - Sun, Sep 27, 2009 at 06:40:08PM +0400]
...
| @@ -1866,21 +1863,37 @@ __apicdebuginit(void) print_PIC(void)
| printk(KERN_DEBUG "... PIC ELCR: %04x\n", v);
| }
|
| -__apicdebuginit(int) print_all_ICs(void)
| +static int __initdata show_lapic = NR_CPUS;
| +static __init int setup_show_lapic(char *arg)
| {
| + int num = 0;
| +
| + get_option(&arg, &num);
| + if (num >= 0)
| + show_lapic = num;
| +
| + return 1;
| +}
| +__setup("show_lapic=", setup_show_lapic);
| +
...
Sigh... this is wrong as well. The proper initial value
should be -1 :(
-- Cyrill
next prev parent reply other threads:[~2009-09-27 17:42 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-09-27 7:01 Yinghai Lu
2009-09-27 8:06 ` Cyrill Gorcunov
2009-09-27 8:29 ` Yinghai Lu
2009-09-27 8:54 ` Cyrill Gorcunov
2009-09-27 10:28 ` Cyrill Gorcunov
2009-09-27 14:40 ` Cyrill Gorcunov
2009-09-27 17:42 ` Cyrill Gorcunov [this message]
2009-09-28 16:07 ` Cyrill Gorcunov
2009-09-28 17:46 ` Yinghai Lu
2009-09-28 18:02 ` Cyrill Gorcunov
2009-09-30 15:26 ` Cyrill Gorcunov
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=20090927174219.GA14280@lenovo \
--to=gorcunov@gmail.com \
--cc=hpa@zytor.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=tglx@linutronix.de \
--cc=yinghai@kernel.org \
/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
all inboxes | Powered by JetHome®