cpu/x86/sipi_vector.S: Use correct op suffix
commit693315160e84988028abca5ca6c1d311a479717a
authorDamien Zammit <damien@zamaudio.com>
Sat, 2 Sep 2017 10:30:39 +0000 (2 20:30 +1000)
committerMartin Roth <martinroth@google.com>
Sun, 17 Sep 2017 00:40:36 +0000 (17 00:40 +0000)
treea68f898a04202c193a5f2e04797d078fb1a9ef73
parent590cfc5d63fe9c2aa9ddb8df499759636a6d4300
cpu/x86/sipi_vector.S: Use correct op suffix

clang wont compile `cmp` asm opcode because it's ambiguous,
use the correct op suffix `cmpl`

Change-Id: I82da5a9065b382e182dc7d502c7dca2fc717543b
Signed-off-by: Damien Zammit <damien@zamaudio.com>
Reviewed-on: https://review.coreboot.org/21359
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
src/cpu/x86/sipi_vector.S