public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fix  platform_rename_gsi related ia32 build breakage
@ 2004-11-10 23:50 Arnaldo Carvalho de Melo
  2004-11-10 23:52 ` Arnaldo Carvalho de Melo
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Arnaldo Carvalho de Melo @ 2004-11-10 23:50 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel

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

Hi Linus,

	This is needed to build current BK tree on IA32.

- Arnaldo

[-- Attachment #2: platform_rename_gsi.patch --]
[-- Type: text/plain, Size: 367 bytes --]

===== arch/i386/kernel/io_apic.c 1.116 vs edited =====
--- 1.116/arch/i386/kernel/io_apic.c	2004-10-28 05:35:33 -03:00
+++ edited/arch/i386/kernel/io_apic.c	2004-11-10 21:39:57 -02:00
@@ -1039,6 +1039,8 @@
 	return MPBIOS_trigger(idx);
 }
 
+extern int (*platform_rename_gsi)(int ioapic, int gsi);
+
 static int pin_2_irq(int idx, int apic, int pin)
 {
 	int irq, i;

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

end of thread, other threads:[~2004-11-12  3:08 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-10 23:50 [PATCH] fix platform_rename_gsi related ia32 build breakage Arnaldo Carvalho de Melo
2004-11-10 23:52 ` Arnaldo Carvalho de Melo
2004-11-11  0:10   ` Arnaldo Carvalho de Melo
2004-11-11  0:18     ` Arnaldo Carvalho de Melo
2004-11-11  0:24     ` Linus Torvalds
2004-11-11  0:29       ` Arnaldo Carvalho de Melo
2004-11-11 22:22       ` Len Brown
2004-11-11 22:30         ` Linus Torvalds
2004-11-11 23:25           ` Len Brown
2004-11-12  0:01             ` Linus Torvalds
2004-11-12  2:50               ` Len Brown
2004-11-12  3:08                 ` Linus Torvalds
2004-11-11  0:20 ` Linus Torvalds
2004-11-11  0:23   ` Arnaldo Carvalho de Melo
2004-11-11  0:38 ` Andrew Morton

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