public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: 2.5.20 -- mpparse.c:1123: `mp_ioapic_routing' undeclared [ ... on 2.5.21]
@ 2002-06-09  4:45 Ivan Gyurdiev
  0 siblings, 0 replies; only message in thread
From: Ivan Gyurdiev @ 2002-06-09  4:45 UTC (permalink / raw)
  To: miles; +Cc: LKML

Hmm.. 2.5.21 and the bug is still there....


Well, here's why it happens:
the mp_ioapic_routing structure is if-deffed for IO_APIC,
while it's extensively being used in mp_parse_prt() which is if-deffed for 
ACPI_PCI only. Therefore, it ends up being undefined when we have
checked on ACPI and LOCAL_APIC, and off IOAPIC.

How to fix it?
Umm, I do not know.
I'm a newbie...
I was hoping somebody else would fix it, but that's not happening.
The ifdef statements have to be set up correctly..


I am still curious as to why this file is even being compiled....
it seems to contain only multiprocessor stuff....
But it's compiled for everybody that says yes to LOCAL_APIC,
including non-smp boxes....







^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-06-10  4:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-06-09  4:45 2.5.20 -- mpparse.c:1123: `mp_ioapic_routing' undeclared [ ... on 2.5.21] Ivan Gyurdiev

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