commit | 45410da714a1857c9e06573159877cff98fa4129 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Tue Jan 30 05:01:16 2018 -0800 |
committer | Bin Meng <bmeng.cn@gmail.com> | Tue Jan 30 22:34:37 2018 +0800 |
tree | 01a80bf01ef149f543a71a0c1384e5b95aee5ea3 | |
parent | 3469bf4274540d1491d58e878a9edc0bdcba17ac [diff] |
x86: acpi: Use an API to get the ACPI RSDP table address At present the acpi_rsdp_addr variable is directly referenced in setup_zimage(). This changes to use an API for better encapsulation and extension. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>