diff mbox

Alt SeaBIOS SSDT cpu hotplug

Message ID 20100803224710.GB4978@morn.localdomain (mailing list archive)
State New, archived
Headers show

Commit Message

Kevin O'Connor Aug. 3, 2010, 10:47 p.m. UTC
None
diff mbox

Patch

--- ssdt-proc.dsl       2010-08-03 18:45:12.000000000 -0400
+++ src/ssdt-proc.dsl   2010-08-03 18:45:17.000000000 -0400
@@ -44,7 +44,7 @@ 
             Return(CPST(ID))
         }
         Method (_EJ0, 1, NotSerialized) {
-            Return(CPEJ(ID, Arg0))
+            CPEJ(ID, Arg0)
         }
     }
 }