From a26377b063d9fe33ddf36dec04b7ce7ec9defba5 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Wed, 6 Sep 2017 07:07:53 +0300 Subject: asus/kcma-d8 kgpe/d16: Fix regression for shutdown MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix regression caused by commit: 714709f AMD fam10 ACPI: Use common fixed sleepstates.asl Adding common sleepstates.asl got lost in rebase process. Change-Id: I4f22ee950ae5637113db8e79ca238cb1b81002aa Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/21413 Tested-by: build bot (Jenkins) Reviewed-by: Iru Cai Reviewed-by: Arthur Heymans --- src/mainboard/asus/kcma-d8/dsdt.asl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mainboard/asus/kcma-d8') diff --git a/src/mainboard/asus/kcma-d8/dsdt.asl b/src/mainboard/asus/kcma-d8/dsdt.asl index 5242dfaaa6..f1bc896a79 100644 --- a/src/mainboard/asus/kcma-d8/dsdt.asl +++ b/src/mainboard/asus/kcma-d8/dsdt.asl @@ -50,6 +50,8 @@ DefinitionBlock ( /* HPET enable */ Name (HPTE, 0x1) + #include + /* The _PIC method is called by the OS to choose between interrupt * routing via the i8259 interrupt controller or the APIC. * -- cgit v1.2.3