scram: remove _PTS(5). it just doesn't make any sense
This commit is contained in:
parent
277913c94a
commit
0a7a717525
1 changed files with 0 additions and 3 deletions
|
@ -153,9 +153,6 @@ tryacpi:
|
||||||
if(loadacpi() < 0)
|
if(loadacpi() < 0)
|
||||||
goto fail;
|
goto fail;
|
||||||
|
|
||||||
/* prepare for sleep */
|
|
||||||
amleval(amlwalk(amlroot, "_PTS"), "i", 5, nil);
|
|
||||||
|
|
||||||
/* disable GPEs */
|
/* disable GPEs */
|
||||||
for(n = 0; GPE0_BLK > 0 && n < GPE0_BLK_LEN/2; n += 2){
|
for(n = 0; GPE0_BLK > 0 && n < GPE0_BLK_LEN/2; n += 2){
|
||||||
outw(GPE0_BLK + GPE0_BLK_LEN/2 + n, 0); /* EN */
|
outw(GPE0_BLK + GPE0_BLK_LEN/2 + n, 0); /* EN */
|
||||||
|
|
Loading…
Reference in a new issue