Skip to content
Commit 14d3b376 authored by Peter Zijlstra's avatar Peter Zijlstra
Browse files

x86/entry, cpumask: Provide non-instrumented variant of cpu_is_offline()



vmlinux.o: warning: objtool: exc_nmi()+0x12: call to cpumask_test_cpu.constprop.0() leaves .noinstr.text section
vmlinux.o: warning: objtool: mce_check_crashing_cpu()+0x12: call to cpumask_test_cpu.constprop.0()leaves .noinstr.text section

  cpumask_test_cpu()
    test_bit()
      instrument_atomic_read()
      arch_test_bit()

Signed-off-by: default avatarPeter Zijlstra (Intel) <peterz@infradead.org>
parent 5144f8a8
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment