public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] 2.6.0-test4 Fix mpparse properly
@ 2003-09-07 20:30 Andrew de Quincey
       [not found] ` <200309072130.40200.adq_dvb-fmPXVN3awWJAJAzL26g0SA@public.gmane.org>
  0 siblings, 1 reply; 7+ messages in thread
From: Andrew de Quincey @ 2003-09-07 20:30 UTC (permalink / raw)
  To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
  Cc: linux-acpi-ral2JQCrhuEAvxtiuMwx3w

According to Alan Cox, the so-called erroneous code in mpparse.c should be there, but only for 
ES7000 platforms.


--- linux-2.6.0-test4.null_crs/arch/i386/kernel/mpparse.c	2003-09-06 00:23:10.000000000 +0100
+++ linux-2.6.0-test4.es7000fix/arch/i386/kernel/mpparse.c	2003-09-07 15:53:41.369717552 +0100
@@ -1129,8 +1129,10 @@
 			continue;
 		ioapic_pin = irq - mp_ioapic_routing[ioapic].irq_start;
 
+#ifdef CONFIG_X86_ES7000
 		if (!ioapic && (irq < 16))
 			irq += 16;
+#endif
 
 		/* 
 		 * Avoid pin reprogramming.  PRTs typically include entries  



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

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

end of thread, other threads:[~2003-09-09 13:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-07 20:30 [PATCH] 2.6.0-test4 Fix mpparse properly Andrew de Quincey
     [not found] ` <200309072130.40200.adq_dvb-fmPXVN3awWJAJAzL26g0SA@public.gmane.org>
2003-09-08  2:25   ` Andi Kleen
     [not found]     ` <20030908042548.3bbfcf7d.ak-l3A5Bk7waGM@public.gmane.org>
2003-09-08 10:02       ` Andrew de Quincey
     [not found]         ` <20030908144934.GE5826@wotan.suse.de>
     [not found]           ` <20030908144934.GE5826-B4tOwbsTzaBolqkO4TVVkw@public.gmane.org>
2003-09-08 15:07             ` Andrew de Quincey
     [not found]               ` <200309081607.59047.adq_dvb-fmPXVN3awWJAJAzL26g0SA@public.gmane.org>
2003-09-08 15:29                 ` Andi Kleen
     [not found]                   ` <20030908152926.GH5826-B4tOwbsTzaBolqkO4TVVkw@public.gmane.org>
2003-09-09 13:08                     ` [PATCH] 2.6.0-test4 Fix mpparse properly mark 2 Andrew de Quincey
     [not found]                       ` <200309091408.00619.adq_dvb-fmPXVN3awWJAJAzL26g0SA@public.gmane.org>
2003-09-09 13:42                         ` Andi Kleen

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