aboutsummaryrefslogtreecommitdiff
path: root/arch/i686/idt-as.S
blob: d1ab7e2acc0c399ee5e0d9ee7a90470d9ac73743 (plain)
1
2
3
4
5
6
        .global idt_flush
        .type idt_flush, @function
idt_flush:      # prototype: void idt_flush(uint32)
        movl 4(%esp), %eax
        lidt (%eax)
        ret