Loading kernel/softirq.c +1 −1 Original line number Diff line number Diff line Loading @@ -311,7 +311,7 @@ void open_softirq(int nr, void (*action)(struct softirq_action*), void *data) softirq_vec[nr].action = action; } EXPORT_SYMBOL(open_softirq); EXPORT_UNUSED_SYMBOL(open_softirq); /* June 2006 */ /* Tasklets */ struct tasklet_head Loading Loading
kernel/softirq.c +1 −1 Original line number Diff line number Diff line Loading @@ -311,7 +311,7 @@ void open_softirq(int nr, void (*action)(struct softirq_action*), void *data) softirq_vec[nr].action = action; } EXPORT_SYMBOL(open_softirq); EXPORT_UNUSED_SYMBOL(open_softirq); /* June 2006 */ /* Tasklets */ struct tasklet_head Loading