public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [2.6 patch] make arch/i386/kernel/io_apic.c:irq_vector[] static
@ 2006-11-13 21:03 Adrian Bunk
  2006-11-13 21:32 ` Eric W. Biederman
  2006-11-14  6:59 ` Ingo Molnar
  0 siblings, 2 replies; 3+ messages in thread
From: Adrian Bunk @ 2006-11-13 21:03 UTC (permalink / raw)
  To: Eric W. Biederman; +Cc: mingo, linux-kernel

irq_vector[] can now become static.

Signed-off-by: Adrian Bunk <bunk@stusta.de>

--- linux-2.6.19-rc5-mm1/arch/i386/kernel/io_apic.c.old	2006-11-13 18:13:14.000000000 +0100
+++ linux-2.6.19-rc5-mm1/arch/i386/kernel/io_apic.c	2006-11-13 18:13:25.000000000 +0100
@@ -1242,7 +1242,7 @@
 }
 
 /* irq_vectors is indexed by the sum of all RTEs in all I/O APICs. */
-u8 irq_vector[NR_IRQ_VECTORS] __read_mostly = { FIRST_DEVICE_VECTOR , 0 };
+static u8 irq_vector[NR_IRQ_VECTORS] __read_mostly = { FIRST_DEVICE_VECTOR , 0 };
 
 static int __assign_irq_vector(int irq)
 {

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-11-14  7:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-13 21:03 [2.6 patch] make arch/i386/kernel/io_apic.c:irq_vector[] static Adrian Bunk
2006-11-13 21:32 ` Eric W. Biederman
2006-11-14  6:59 ` Ingo Molnar

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