j
k
j a
j l
return system_state > SYSTEM_RUNNING && irqs_disabled(); return system_state > SYSTEM_RUNNING && !preemptible();
For the !CONFIG_PREEMPT_COUNT case, preemptible() is defined 0. So, don't we lose the irqs_disabled() check in that case?
Attachments:
Back to the thread
Back to the list