]> git.baikalelectronics.ru Git - kernel.git/commit
ACPICA: Tables: Add an error message complaining driver bugs
authorLv Zheng <lv.zheng@intel.com>
Wed, 30 Nov 2016 07:21:34 +0000 (15:21 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 1 Dec 2016 13:28:23 +0000 (14:28 +0100)
commite7b1907c365e5e1301676736e7bed95f82187c8a
tree32b5501d6ec97595e3935358130cb2d73f8ae9f5
parentc6646d731a438eeb7aba6b3df23e1ff5eeff015d
ACPICA: Tables: Add an error message complaining driver bugs

ACPICA commit 68af3c3aa238dd8040e846ac6b4827a016434d8d

During early OS boot stage, drivers that have mapped system memory should
unmap it during the same stage. Linux kernel has an error message
indicating the unbalanced early memory mappings.

This patch back ports such error message into ACPICA for the early table
mappings, so that ACPICA development environment is also aware of this OS
specific requirement and thus is able to ensure the consistent quality
locally. Lv Zheng.

Link: https://github.com/acpica/acpica/commit/68af3c3a
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpica/tbxface.c