[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <200701191019.57030.ak@suse.de>
Date: Fri, 19 Jan 2007 10:19:56 +1100
From: Andi Kleen <ak@...e.de>
To: Alexey Dobriyan <adobriyan@...nvz.org>
Cc: Pavel Emelianov <xemul@...nvz.org>, devel@...nvz.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] Print number of oopses in Sysrq-P output
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
-
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