Remove incorrect IOAPIC lines from some mptable.c files.
authorUwe Hermann <uwe@hermann-uwe.de>
Sun, 31 Oct 2010 19:37:50 +0000 (19:37 +0000)
committerUwe Hermann <uwe@hermann-uwe.de>
Sun, 31 Oct 2010 19:37:50 +0000 (19:37 +0000)
commitf9892166d548d523911263a4a2a550cd03a3309d
treec3112387300c4678d862885ab1d6228248430fbe
parent27612ed4f28dd29eecbae6d20ed137d03ca5bbdf
Remove incorrect IOAPIC lines from some mptable.c files.

 - via/epia-n/mptable.c
 - intel/eagleheights/mptable.c (commented out anyway)
 - asus/p2b-d/mptable.c
 - asus/p2b-ds/mptable.c

Some files still incorrectly contain some smp_write_ioapic() lines from
the original mptable utility target (Supermicro P4DPE), which has one
IOAPIC in the southbridge (Intel ICH3-S), two IOAPICs contained in
the first P64H2, and two more in the second P64H2, i.e. 5 IOAPICs in total.

However, none of the boards where this chunk of code is present has
multiple IOAPICs (and even if they had, the PCI devices where those are
located would probably be different anyway), so drop the incorrect
mptable.c contents.

Also drop the lines from the mptable utility, so that future mptable.c files
don't incorrectly inherit any of this stuff.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Jonathan Kollasch <jakllsch@kollasch.net>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6006 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
src/mainboard/asus/p2b-d/mptable.c
src/mainboard/intel/eagleheights/mptable.c
src/mainboard/via/epia-n/mptable.c
util/mptable/mptable.c