lib\smp_processor_id.c
notrace unsigned
int
debug_smp_processor_id(
void
)
{
return
check_preemption_disabled(
"smp_processor_id"
,
""
);
}