From: James Bottomley <James.Bottomley@steeleye.com>
To: torvalds@transmeta.com
Cc: Linux Kernel <linux-kernel@vger.kernel.org>
Subject: [PATCH] update show_stack() in voyager for new prototype
Date: 29 Jun 2003 23:18:19 -0500 [thread overview]
Message-ID: <1056946701.10896.411.camel@mulgrave> (raw)
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();
}
reply other threads:[~2003-06-30 4:08 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=1056946701.10896.411.camel@mulgrave \
--to=james.bottomley@steeleye.com \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@transmeta.com \
/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