[SOFTIRQ]: Define local_softirq_pending, use it in softirq.c
Platforms, such as IA64, have a per-cpu mapping for local cpu data. When we killed off asm/softirq.h, we removed the usage of local_softirq_pending IA64 was using. By defining a generic version we can put the optimization back.
Showing
Please register or sign in to comment