linux/arch/x86/include/asm/summit
Ingo Molnar 306db03b0d x86: clean up apic->acpi_madt_oem_check methods
Impact: refactor code

x86 subarchitectures each defined a "acpi_madt_oem_check()" method,
which could be an inline function, or an extern, or a static function,
and which was also the name of a genapic field.

Untangle this namespace spaghetti by setting ->acpi_madt_oem_check()
to NULL on those subarchitectures that have no detection quirks,
and rename the other ones (summit, es7000) that do.

Also change default_acpi_madt_oem_check() to handle NULL entries,
and clean its control flow up as well.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
2009-01-28 23:20:12 +01:00
..
apic.h x86: fix x86_32 builds for summit and es7000 arch's 2009-01-06 13:26:50 +01:00
apicdef.h x86, um: ... and asm-x86 move 2008-10-22 22:55:20 -07:00
ipi.h x86 smp: modify send_IPI_mask interface to accept cpumask_t pointers 2008-12-16 17:40:56 -08:00
mpparse.h x86: clean up apic->acpi_madt_oem_check methods 2009-01-28 23:20:12 +01:00