mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] 2.6.14-rt20, fixed compiled bug
@ 2005-11-27 23:39 Luca Falavigna
  2005-12-11 13:55 ` Ingo Molnar
  0 siblings, 1 reply; 2+ messages in thread
From: Luca Falavigna @ 2005-11-27 23:39 UTC (permalink / raw)
  To: mingo, Linux Kernel Mailing List

This patch, compiled against 2.6.14-rt20, fixes a couple of compile
bugs involving files include/i386/io_apic.h and
include/x86_64/io_apic.h



--- ./patch-2.6.14-rt20.orig	2005-11-27 16:57:10.000000000 +0100
+++ ./patch-2.6.14-rt20		2005-11-27 23:43:35.000000000 +0100
@@ -26416,6 +26416,14 @@ Index: linux/include/asm-i386/io_apic.h
 ===================================================================
 --- linux.orig/include/asm-i386/io_apic.h
 +++ linux/include/asm-i386/io_apic.h
+@@ -4,6 +4,7 @@
+ #include <linux/config.h>
+ #include <asm/types.h>
+ #include <asm/mpspec.h>
++#include <asm/apicdef.h>
+
+ /*
+  * Intel IO-APIC support for SMP and UP systems.
 @@ -16,7 +16,6 @@
  #ifdef CONFIG_PCI_MSI
  static inline int use_pci_vector(void)	{return 1;}
@@ -28956,6 +28964,14 @@ Index: linux/include/asm-x86_64/io_apic.
 ===================================================================
 --- linux.orig/include/asm-x86_64/io_apic.h
 +++ linux/include/asm-x86_64/io_apic.h
+@@ -4,6 +4,7 @@
+ #include <linux/config.h>
+ #include <asm/types.h>
+ #include <asm/mpspec.h>
++#include <asm/apicdef.h>
+
+ /*
+  * Intel IO-APIC support for SMP and UP systems.
 @@ -16,11 +16,10 @@
  #ifdef CONFIG_PCI_MSI
  static inline int use_pci_vector(void)	{return 1;}




Regards,
--
Luca

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

end of thread, other threads:[~2005-12-11 13:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-11-27 23:39 [PATCH] 2.6.14-rt20, fixed compiled bug Luca Falavigna
2005-12-11 13:55 ` Ingo Molnar

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

all inboxes | Powered by JetHome®