On 15.04.2009 23:25 Uhr, svn@coreboot.org wrote:
Author: myles Date: 2009-04-15 23:25:21 +0200 (Wed, 15 Apr 2009) New Revision: 4120
Modified: trunk/coreboot-v2/src/arch/i386/include/arch/smp/mpspec.h trunk/coreboot-v2/src/mainboard/asus/m2v-mx_se/Config.lb trunk/coreboot-v2/src/mainboard/asus/m2v-mx_se/Options.lb Log: This patch cleans up mpspec.h and allows it to be included when HAVE_MP_TABLE=0
It also removes the artifacts from the Asus m2v-mx_se that were necessary before the change.
Modified: trunk/coreboot-v2/src/mainboard/asus/m2v-mx_se/Config.lb
--- trunk/coreboot-v2/src/mainboard/asus/m2v-mx_se/Config.lb 2009-04-15 16:07:27 UTC (rev 4119) +++ trunk/coreboot-v2/src/mainboard/asus/m2v-mx_se/Config.lb 2009-04-15 21:25:21 UTC (rev 4120) @@ -51,9 +51,6 @@ end object ./dsdt.o end -if HAVE_MP_TABLE object mptable.o end -if HAVE_PIRQ_TABLE object irq_tables.o end
Can the files be deleted, too?
Stefan