All of lore.kernel.org
 help / color / mirror / Atom feed
From: Patrick McHardy <kaber@trash.net>
To: linux-kernel@vger.kernel.org
Cc: alan@redhat.com
Subject: [PATCH] 2.5.50-ac1 trival compile fix
Date: Sun, 08 Dec 2002 18:48:00 +0100	[thread overview]
Message-ID: <3DF385D0.6040908@trash.net> (raw)

[-- Attachment #1: Type: text/plain, Size: 90 bytes --]

The patch adds missing declaration of sis_apic_bug in drivers/pci/quirks.c.

Bye,
Patrick

[-- Attachment #2: linux-2.5.50-ac1-quirks.diff --]
[-- Type: text/plain, Size: 329 bytes --]

--- linux-2.5.50/drivers/pci/quirks.c.orig	2002-12-08 18:25:53.000000000 +0100
+++ linux-2.5.50/drivers/pci/quirks.c	2002-12-08 18:43:25.000000000 +0100
@@ -302,6 +302,7 @@
 
 #ifdef CONFIG_X86_IO_APIC 
 extern int nr_ioapics;
+extern int sis_apic_bug;
 
 /*
  * VIA 686A/B: If an IO-APIC is active, we need to route all on-chip

                 reply	other threads:[~2002-12-08 17:40 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=3DF385D0.6040908@trash.net \
    --to=kaber@trash.net \
    --cc=alan@redhat.com \
    --cc=linux-kernel@vger.kernel.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.