ACPI: acpi_table_parse_madt_family() is not MADT specific
authorLen Brown <len.brown@intel.com>
Sun, 11 Feb 2007 03:17:07 +0000 (22:17 -0500)
committerLen Brown <len.brown@intel.com>
Tue, 13 Feb 2007 07:58:52 +0000 (02:58 -0500)
commit6eb87fed52b7f6ac200eaa649cc3221e239d0113
tree65c278d0f969d8edb7c7292b35303eadbb7c82d2
parent5a8765a84c31ea51baf1f6c78116cd877bd8cd64
ACPI: acpi_table_parse_madt_family() is not MADT specific

acpi_table_parse_madt_family() is also used to parse SRAT entries.
So re-name it to acpi_table_parse_entries(), and re-name the
madt-specific variables within it accordingly.

cosmetic only.

Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/numa.c
drivers/acpi/tables.c
include/linux/acpi.h