i386/score: fix assembly mnemonic

This is a backport for assembler error observed in 6. Although the
assembler error does not appear in 5, the backport was requested.

Closes #4083.
This commit is contained in:
Gedare Bloom
2020-10-02 10:38:49 -06:00
parent fdbe9b7599
commit 40f23ceae6

View File

@@ -154,7 +154,7 @@
movl imps_lapic_addr,\REG
movl LAPIC_ID(\REG),\REG
shrl $LAPIC_ID_SHIFT,\REG /* LAPIC_ID in REG */
movb imps_apic_cpu_map(\REG),\REG /* CPU ID in REG */
movzbl imps_apic_cpu_map(\REG),\REG /* CPU ID in REG */
.endm
.macro GET_SELF_CPU_CONTROL REG