commit | c1ae9804ec49fa774d14901804e6767521d396c9 | [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 | 13a5d872471672426807353ea9c75fd8ba01bb10 [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>