From: Kevin O'Connor Date: Sun, 2 Dec 2012 06:15:03 +0000 (-0500) Subject: ACPI: Remove unnecessary Return(One) calls from q35 DSDT. X-Git-Tag: rel-1.7.2~21 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=298fce95db03e41d511d1890f3e667c105ac1363;p=seabios.git ACPI: Remove unnecessary Return(One) calls from q35 DSDT. Recent iasl compilers warn about spurious return calls. Remove extra return calls from the GPE event methods. This is the q35 dsdt equivalent of patch 475ce3f5f6a986877d637ac39f6ee23484ecc992. Signed-off-by: Kevin O'Connor --- diff --git a/src/q35-acpi-dsdt.dsl b/src/q35-acpi-dsdt.dsl index baa463f..6257ac4 100644 --- a/src/q35-acpi-dsdt.dsl +++ b/src/q35-acpi-dsdt.dsl @@ -383,53 +383,38 @@ DefinitionBlock ( Name(_HID, "ACPI0006") Method(_L00) { - Return (0x01) } Method(_L01) { // CPU hotplug event \_SB.PRSC() } Method(_L02) { - Return (0x01) } Method(_L03) { - Return (0x01) } Method(_L04) { - Return (0x01) } Method(_L05) { - Return (0x01) } Method(_L06) { - Return (0x01) } Method(_L07) { - Return (0x01) } Method(_L08) { - Return (0x01) } Method(_L09) { - Return (0x01) } Method(_L0A) { - Return (0x01) } Method(_L0B) { - Return (0x01) } Method(_L0C) { - Return (0x01) } Method(_L0D) { - Return (0x01) } Method(_L0E) { - Return (0x01) } Method(_L0F) { - Return (0x01) } } }