Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 306 → Rev 307

/shark/trunk/oslib/kl/timeint.s
58,8 → 58,6
pushw %fs
pushw %gs
 
cli
 
/* Send ACK to APIC */
movl $0xFEE000B0,%ebx
movl $0,(%ebx)
134,8 → 132,6
call *%ebx
apic_nohandler:
 
sti
 
popw %gs
popw %fs
popw %es
158,8 → 154,6
pushw %fs
pushw %gs
 
cli
 
/* Send ACK to master PIC */
movb $0x20,%al
movl $0x20,%edx
250,8 → 244,6
call *%ebx
nohandler:
 
sti
 
popw %gs
popw %fs
popw %es