commit | 13a5d872471672426807353ea9c75fd8ba01bb10 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Fri Jul 21 22:32:04 2017 +0300 |
committer | Bin Meng <bmeng.cn@gmail.com> | Sun Jul 30 10:30:25 2017 +0800 |
tree | 1eeecc88deb563a5c5f8ff7c3368460b7dcb1e10 | |
parent | fe3864354eed8131d578b190ccd369f98b942d0c [diff] |
x86: acpi: Deduplicate acpi_fill_madt() implementation In Baytrail and Quark support code acpi_fill_madt() is identical. Deduplicate its implementation by moving to lib/acpi_tables.c. At the same time mark acpi_fill_madt() with __weak attribute to keep a possibility to override it in platform code Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>