]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb7257e2afdafce70c9fc2cbd451d4b446058b255
treec87bd7615c56c587c58da20b8bd2775d6010aec1
parent76d7af794c95f97629081f2cf0cc6ec10057438e
ACPI: make some IO ports off-limits to AML

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