[Prev][Next][Index][Thread]

base_irq_inittab.S



In oskit-20000901/kern/x86/pc/base_irq_inittab.S:

116        /* Save the current master PIC mask (bl) */
117        inb     $0x21,%al
118----->  movb    %al,%bl

What is the purpose of saving the PIC mask in bl? That value seems unused in later processing. Can I remove that line?