linux/drivers/acpi/tables
John Keller 0f0fe1a08a ACPI: Add support for acpi_load_table/acpi_unload_table_id
Make acpi_load_table() available for use by removing it from the #ifdef
ACPI_FUTURE_USAGE.

Also add a new routine used to unload an ACPI table of a given type and "id" -
acpi_unload_table_id().  The implementation of this new routine was almost a
direct copy of existing routine acpi_unload_table() - only difference being
that it only removes a specific table id instead of ALL tables of a given
type.  The SN hotplug driver (sgi_hotplug.c) now uses both of these interfaces
to dynamically load and unload SSDT ACPI tables.

Also, a few other ACPI routines now used by the SN hotplug driver are exported
(since the driver can be a loadable module):

 acpi_ns_map_handle_to_node
 acpi_ns_convert_entry_to_handle
 acpi_ns_get_next_node

Signed-off-by: Aaron Young <ayoung@sgi.com>
Cc: Greg KH <greg@kroah.com>
Cc: "Luck, Tony" <tony.luck@intel.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Len Brown <len.brown@intel.com>
2006-12-20 01:51:14 -05:00
..
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
tbconvrt.c ACPI: ACPICA 20060421 2006-06-14 02:30:55 -04:00
tbget.c ACPI: fix printk format warnings 2006-10-14 01:59:46 -04:00
tbgetall.c ACPI: ACPICA 20060421 2006-06-14 02:30:55 -04:00
tbinstal.c ACPI: ACPICA 20060707 2006-07-09 15:15:40 -04:00
tbrsdt.c ACPI: fix printk format warnings 2006-10-14 01:59:46 -04:00
tbutils.c ACPI: ACPICA 20060608 2006-06-14 02:45:47 -04:00
tbxface.c ACPI: Add support for acpi_load_table/acpi_unload_table_id 2006-12-20 01:51:14 -05:00
tbxfroot.c ACPI: ACPICA 20060512 2006-06-14 02:34:48 -04:00