]> git.ipfire.org Git - people/ms/u-boot.git/commit
x86: acpi: Make enter_acpi_mode() public
authorBin Meng <bmeng.cn@gmail.com>
Fri, 21 Apr 2017 14:24:43 +0000 (07:24 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Wed, 17 May 2017 09:11:46 +0000 (17:11 +0800)
commit995727850f8e54547bb26285ef9e2aa73a5c71a5
treefcc805c49bc3baf02146b04be5dab4053612804d
parentb208d1915f1bdba93678b51b87ae214d9e2ca7a3
x86: acpi: Make enter_acpi_mode() public

enter_acpi_mode() is useful on other boot path like S3 resume, so
make it public.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Tested-by: Stefan Roese <sr@denx.de>
arch/x86/include/asm/acpi_table.h
arch/x86/lib/acpi_table.c