Jan. 15, 2013
6:31 a.m.
hi: what is the function of do_softirq()? It is called by ksoftirqd() ,which is setup by : kernel_thread(ksoftirqd, hcpu, CLONE_KERNEL) ; thanks!