scram: remove _PTS(5). it just doesn't make any sense

This commit is contained in:
ftrvxmtrx 2016-10-15 23:42:22 +02:00
parent 277913c94a
commit 0a7a717525

View file

@ -153,9 +153,6 @@ tryacpi:
if(loadacpi() < 0)
goto fail;
/* prepare for sleep */
amleval(amlwalk(amlroot, "_PTS"), "i", 5, nil);
/* disable GPEs */
for(n = 0; GPE0_BLK > 0 && n < GPE0_BLK_LEN/2; n += 2){
outw(GPE0_BLK + GPE0_BLK_LEN/2 + n, 0); /* EN */