]> Joshua Wise's Git repositories - netwatch.git/blobdiff - aseg/aseg.asm
Take all board-specific code out of asm land
[netwatch.git] / aseg / aseg.asm
index 93b61d75c0f0a8047ed8a1a2e999c84e5d7547ab..b9ae4245a31b84556fd84ee572a72eb4d443e031 100644 (file)
@@ -36,18 +36,6 @@ noclear:
        mov eax, [dataptr+12]           ; jump into C
        call eax
 
-       mov al, 0x40                    ; ack the periodic IRQ
-       mov dx, 0x834
-       out dx, al
-       
-       mov dx, 0x830                   ; now ack the SMI itself
-       in al, dx
-       or al, 0x02
-       and al, 0xBF
-       out dx, al
-       or al, 0x40
-       out dx, al
-
        rsm                             ; and leave SMM
 
        align 0x4
This page took 0.021681 seconds and 4 git commands to generate.