flashplugin-lahf-fix: flashplugin-lahf-fix (Fix early x86_64 cpu missing LAHF instruction)
flashplugin-lahf-fix:
flashplugin-lahf-fix: Early x86_64 cpu's did not have the lahf instruction. Unfortunately,
flashplugin-lahf-fix: Adobe wrote their flash using this instruction.
flashplugin-lahf-fix: This fix basically traps interrupts to see if it's due to lahf
flashplugin-lahf-fix: missing, then either returns OK or let's the interrupt continue for
flashplugin-lahf-fix: further processing.
flashplugin-lahf-fix:
flashplugin-lahf-fix: C-Code courtesy of:
flashplugin-lahf-fix: Maks Verver <maksverver@geocities.com> July 2009
flashplugin-lahf-fix: