From: john stultz <johnstul@us.ibm.com>
To: marcelo <marcelo@conectiva.com.br>
Cc: lkml <linux-kernel@vger.kernel.org>
Subject: [PATCH] compile fix for dmi_scan.c in 2.4.bk-current
Date: 15 Oct 2002 11:40:53 -0700 [thread overview]
Message-ID: <1034707253.19093.174.camel@cog> (raw)
Marcelo,
Saw you've inc'ed the EXTRAVERSION in bk, so I figured I should send
this fix to you before you mailed out pre11.
I'm not sure if its the "proper" fix, but solves:
arch/i386/kernel/kernel.o: In function `fix_broken_hp_bios_irq9':
arch/i386/kernel/kernel.o(.text.init+0x3601): undefined reference to
`broken_hp_bios_irq9'
arch/i386/kernel/kernel.o(.text.init+0x3614): undefined reference to
`broken_hp_bios_irq9'
thanks
-john
PS: agpgart seems broken as well, but I don't normally build w/ it, so
I'll leave the fix to someone who knows what they're doing.
--- 1.26/arch/i386/kernel/dmi_scan.c Thu Oct 10 16:12:50 2002
+++ edited/arch/i386/kernel/dmi_scan.c Tue Oct 15 00:55:36 2002
@@ -492,7 +492,7 @@
static __init int fix_broken_hp_bios_irq9(struct dmi_blacklist *d)
{
#ifdef CONFIG_PCI
- extern int broken_hp_bios_irq9;
+ int broken_hp_bios_irq9;
if (broken_hp_bios_irq9 == 0)
{
broken_hp_bios_irq9 = 1;
next reply other threads:[~2002-10-15 18:42 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-10-15 18:40 john stultz [this message]
2002-10-15 18:47 ` [PATCH] compile fix for dmi_scan.c in 2.4.bk-current john stultz
2002-10-15 19:03 ` Marcelo Tosatti
2002-10-21 15:46 ` Alan Cox
2002-10-21 16:07 ` Marcelo Tosatti
2002-10-21 18:07 ` Alan Cox
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=1034707253.19093.174.camel@cog \
--to=johnstul@us.ibm.com \
--cc=linux-kernel@vger.kernel.org \
--cc=marcelo@conectiva.com.br \
/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.