diff options
author | 2023-05-22 11:57:38 +0100 | |
---|---|---|
committer | 2023-05-22 14:06:33 +0200 | |
commit | 6a4be6984595b164b6f281c5b242dbdf1c06d528 (patch) | |
tree | df5501a3052f85b5404f46458f7eb7808e23d9a4 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | x86/smpboot/64: Implement arch_cpuhp_init_parallel_bringup() and enable it (diff) | |
download | wireguard-linux-6a4be6984595b164b6f281c5b242dbdf1c06d528.tar.xz wireguard-linux-6a4be6984595b164b6f281c5b242dbdf1c06d528.zip |
x86/apic: Fix use of X{,2}APIC_ENABLE in asm with older binutils
"x86/smpboot: Support parallel startup of secondary CPUs" adds the first use
of X2APIC_ENABLE in assembly, but older binutils don't tolerate the UL suffix.
Switch to using BIT() instead.
Fixes: 7e75178a0950 ("x86/smpboot: Support parallel startup of secondary CPUs")
Reported-by: Jeffrey Hugo <quic_jhugo@quicinc.com>
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Tested-by: Jeffrey Hugo <quic_jhugo@quicinc.com>
Link: https://lore.kernel.org/r/20230522105738.2378364-1-andrew.cooper3@citrix.com
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions