commit | 467f411a330f289e05dec331876675b42f08620c | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Wed Jul 18 21:42:16 2018 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Fri Jul 20 09:33:22 2018 +0800 |
tree | 1dfaa8a9b44152b328ff87aa2637a3ce1c90a8e7 | |
parent | ac63025584857672b6bc2246958b02b372985781 [diff] |
x86: acpi: Don't touch ACPI hardware in write_acpi_tables() write_acpi_tables() currently touches ACPI hardware to switch to ACPI mode at the end. Move such operation out of this function, so that it only does what the function name tells us. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> Tested-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>