[SeaBIOS] [PATCH] q35: fix GPE method for cpu hotplug

Hu Tao hutao at cn.fujitsu.com
Wed Aug 21 11:04:00 CEST 2013


cpu hotplug uses bit 2 of GPE instead of bit 1.

Signed-off-by: Hu Tao <hutao at cn.fujitsu.com>
---
 src/q35-acpi-dsdt.dsl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/q35-acpi-dsdt.dsl b/src/q35-acpi-dsdt.dsl
index c031d83..417ac48 100644
--- a/src/q35-acpi-dsdt.dsl
+++ b/src/q35-acpi-dsdt.dsl
@@ -415,11 +415,11 @@ DefinitionBlock (
         Method(_L00) {
         }
         Method(_L01) {
+        }
+        Method(_E02) {
             // CPU hotplug event
             \_SB.PRSC()
         }
-        Method(_L02) {
-        }
         Method(_L03) {
         }
         Method(_L04) {
-- 
1.8.1.4




More information about the SeaBIOS mailing list