mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Luca Falavigna <dktrkranz@gmail.com>
To: mingo@elte.hu, Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [PATCH] 2.6.14-rt20, fixed compiled bug
Date: Mon, 28 Nov 2005 00:39:18 +0100	[thread overview]
Message-ID: <ff1cadb20511271539n13ba2da1o@mail.gmail.com> (raw)

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

             reply	other threads:[~2005-11-27 23:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-27 23:39 Luca Falavigna [this message]
2005-12-11 13:55 ` Ingo Molnar

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=ff1cadb20511271539n13ba2da1o@mail.gmail.com \
    --to=dktrkranz@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    /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 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®