From: Andi Kleen <ak@suse.de>
To: Alexey Dobriyan <adobriyan@openvz.org>
Cc: Pavel Emelianov <xemul@openvz.org>,
devel@openvz.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] Print number of oopses in Sysrq-P output
Date: Fri, 19 Jan 2007 10:19:56 +1100 [thread overview]
Message-ID: <200701191019.57030.ak@suse.de> (raw)
In-Reply-To: <20070118170522.GA23679@localhost.sw.ru>
On Friday 19 January 2007 04:05, Alexey Dobriyan wrote:
> @@ -292,9 +292,11 @@ __setup("idle=", idle_setup);
> void show_regs(struct pt_regs * regs)
> {
> unsigned long cr0 = 0L, cr2 = 0L, cr3 = 0L, cr4 = 0L;
> + extern int die_counter;
externs should always be in some .h file, never in a sub scope.
-Andi
next prev parent reply other threads:[~2007-01-18 23:24 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-01-18 17:05 [PATCH] Print number of oopses in Sysrq-P output Alexey Dobriyan
2007-01-18 17:46 ` Erik Mouw
2007-01-18 23:19 ` Andi Kleen [this message]
2007-01-19 11:36 ` [Devel] " Kirill Korotaev
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=200701191019.57030.ak@suse.de \
--to=ak@suse.de \
--cc=adobriyan@openvz.org \
--cc=devel@openvz.org \
--cc=linux-kernel@vger.kernel.org \
--cc=xemul@openvz.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.