]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - arch/x86/kernel/acpi/boot.c
x86/acpi: Correct out-of-date comment of __acpi_map_table()
authorZhang Yanfei <zhangyanfei@cn.fujitsu.com>
Tue, 23 Jul 2013 13:03:24 +0000 (21:03 +0800)
committerIngo Molnar <mingo@kernel.org>
Fri, 26 Jul 2013 20:12:36 +0000 (22:12 +0200)
commit45f1330af6819b348fbac89e69d59d8129d61960
tree41c03f9e6362f2ff61c57ee9686644e7c9d7c259
parent3b2f64d00c46e1e4e9bd0bb9bb12619adac27a4b
x86/acpi: Correct out-of-date comment of __acpi_map_table()

The implementation of function __acpi_map_table() has been
changed long time ago, and now it directly invokes
early_ioremap() to setup the temporarily acpi table mappings.

So correct its out-of-date comment.

Signed-off-by: Zhang Yanfei <zhangyanfei@cn.fujitsu.com>
Cc: len.brown@intel.com
Cc: pavel@ucw.cz
Cc: rjw@sisk.pl
Link: http://lkml.kernel.org/r/51EE7F1C.9020506@gmail.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/kernel/acpi/boot.c