commit | ace7762b28545e0d2e122d07e81cd4c094fbb298 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Fri Jul 21 22:32:05 2017 +0300 |
committer | Bin Meng <bmeng.cn@gmail.com> | Sun Jul 30 10:30:25 2017 +0800 |
tree | 670b1536a4641d50455de4488e7e67f46602f90e | |
parent | b156da91fb1c266f140d49b0e79bb7c4071dae43 [diff] |
x86: acpi: Export acpi_fill_mcfg() with __weak attribute Some platforms might require different approach when filling memory mappings configuration table. Allow them to override the common method. At the same time export acpi_create_mcfg_mmconfig(). Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>