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>master
parent
3469bf4274
commit
45410da714
@ -1,10 +0,0 @@ |
|||||||
/*
|
|
||||||
* SPDX-License-Identifier: GPL-2.0 |
|
||||||
*/ |
|
||||||
|
|
||||||
#ifndef _X86_LIB_ACPI_TABLES_H |
|
||||||
#define _X86_LIB_ACPI_TABLES_H |
|
||||||
|
|
||||||
extern unsigned long acpi_rsdp_addr; |
|
||||||
|
|
||||||
#endif |
|
Loading…
Reference in new issue