public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] update show_stack() in voyager for new prototype
@ 2003-06-30  4:18 James Bottomley
  0 siblings, 0 replies; only message in thread
From: James Bottomley @ 2003-06-30  4:18 UTC (permalink / raw)
  To: torvalds; +Cc: Linux Kernel

When show_stack() was changed to take two arguments, the use in the
voyager code was not converted.  This patch makes the correct
conversion.

James

===== arch/i386/mach-voyager/voyager_basic.c 1.2 vs edited =====
--- 1.2/arch/i386/mach-voyager/voyager_basic.c	Sat Dec 28 11:15:35 2002
+++ edited/arch/i386/mach-voyager/voyager_basic.c	Sun Jun 29 21:18:29 2003
@@ -284,7 +284,6 @@
 {
 	__u8 dumpval __attribute__((unused)) = inb(0xf823);
 	__u8 swnmi __attribute__((unused)) = inb(0xf813);
-	extern void show_stack(unsigned long *);
 
 	/* FIXME: assume dump switch pressed */
 	/* check to see if the dump switch was pressed */
@@ -302,7 +301,7 @@
 		}
 	}
 	printk(KERN_ERR "VOYAGER: Dump switch pressed, printing CPU%d tracebacks\n", smp_processor_id());
-	show_stack(NULL);
+	show_stack(NULL, NULL);
 	show_state();
 }
 



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-06-30  4:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-30  4:18 [PATCH] update show_stack() in voyager for new prototype James Bottomley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox