From: Adrian Bunk <bunk@stusta.de>
To: Ingo Molnar <mingo@redhat.com>
Cc: ak@suse.de, discuss@x86-64.org, linux-kernel@vger.kernel.org
Subject: [2.6 patch] i386/x86_64: mpparse.c: make some code static
Date: Sun, 16 Jan 2005 09:09:22 +0100 [thread overview]
Message-ID: <20050116080922.GH4274@stusta.de> (raw)
The patch below makes some needlessly global code static.
diffstat output:
arch/i386/kernel/mpparse.c | 4 ++--
arch/x86_64/kernel/mpparse.c | 4 ++--
include/asm-i386/mpspec.h | 1 -
include/asm-x86_64/mpspec.h | 1 -
4 files changed, 4 insertions(+), 6 deletions(-)
Signed-off-by: Adrian Bunk <bunk@stusta.de>
--- linux-2.6.11-rc1-mm1-full/include/asm-i386/mpspec.h.old 2005-01-16 04:40:50.000000000 +0100
+++ linux-2.6.11-rc1-mm1-full/include/asm-i386/mpspec.h 2005-01-16 04:40:59.000000000 +0100
@@ -22,7 +22,6 @@
extern struct mpc_config_intsrc mp_irqs [MAX_IRQ_SOURCES];
extern int mpc_default_type;
extern int mp_bus_id_to_pci_bus [MAX_MP_BUSSES];
-extern int mp_current_pci_id;
extern unsigned long mp_lapic_addr;
extern int pic_mode;
extern int using_apic_timer;
--- linux-2.6.11-rc1-mm1-full/include/asm-x86_64/mpspec.h.old 2005-01-16 04:41:07.000000000 +0100
+++ linux-2.6.11-rc1-mm1-full/include/asm-x86_64/mpspec.h 2005-01-16 04:41:11.000000000 +0100
@@ -176,7 +176,6 @@
extern int mp_irq_entries;
extern struct mpc_config_intsrc mp_irqs [MAX_IRQ_SOURCES];
extern int mpc_default_type;
-extern int mp_current_pci_id;
extern unsigned long mp_lapic_addr;
extern int pic_mode;
--- linux-2.6.11-rc1-mm1-full/arch/i386/kernel/mpparse.c.old 2005-01-16 04:41:18.000000000 +0100
+++ linux-2.6.11-rc1-mm1-full/arch/i386/kernel/mpparse.c 2005-01-16 04:42:20.000000000 +0100
@@ -49,7 +49,7 @@
int mp_bus_id_to_local [MAX_MP_BUSSES];
int quad_local_to_mp_bus_id [NR_CPUS/4][4];
int mp_bus_id_to_pci_bus [MAX_MP_BUSSES] = { [0 ... MAX_MP_BUSSES-1] = -1 };
-int mp_current_pci_id;
+static int mp_current_pci_id;
/* I/O APIC entries */
struct mpc_config_ioapic mp_ioapics[MAX_IO_APICS];
@@ -863,7 +863,7 @@
#define MP_ISA_BUS 0
#define MP_MAX_IOAPIC_PIN 127
-struct mp_ioapic_routing {
+static struct mp_ioapic_routing {
int apic_id;
int gsi_base;
int gsi_end;
--- linux-2.6.11-rc1-mm1-full/arch/x86_64/kernel/mpparse.c.old 2005-01-16 04:41:36.000000000 +0100
+++ linux-2.6.11-rc1-mm1-full/arch/x86_64/kernel/mpparse.c 2005-01-16 04:42:24.000000000 +0100
@@ -46,7 +46,7 @@
int mp_bus_id_to_pci_bus [MAX_MP_BUSSES] = { [0 ... MAX_MP_BUSSES-1] = -1 };
cpumask_t pci_bus_to_cpumask [256] = { [0 ... 255] = CPU_MASK_ALL };
-int mp_current_pci_id = 0;
+static int mp_current_pci_id = 0;
/* I/O APIC entries */
struct mpc_config_ioapic mp_ioapics[MAX_IO_APICS];
@@ -708,7 +708,7 @@
#define MP_ISA_BUS 0
#define MP_MAX_IOAPIC_PIN 127
-struct mp_ioapic_routing {
+static struct mp_ioapic_routing {
int apic_id;
int gsi_start;
int gsi_end;
next reply other threads:[~2005-01-16 8:13 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-01-16 8:09 Adrian Bunk [this message]
-- strict thread matches above, loose matches on Subject: below --
2005-02-11 18:54 [2.6 patch] i386/x86_64: mpparse.c: make some code static Adrian Bunk
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=20050116080922.GH4274@stusta.de \
--to=bunk@stusta.de \
--cc=ak@suse.de \
--cc=discuss@x86-64.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@redhat.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 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.