ACPI: make some IO ports off-limits to AML
authorLen Brown <len.brown@intel.com>
Wed, 4 Feb 2009 03:52:12 +0000 (22:52 -0500)
committerLen Brown <len.brown@intel.com>
Wed, 4 Feb 2009 03:52:12 +0000 (22:52 -0500)
ACPICA exports acpi_os_validate_address() so the OS
can prevent BIOS AML from accessing specified addresses.

Start using this interface to prevent AML from accessing
some well known IO addresses that the OS "owns".

Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/osl.c

Simple merge