[RFC PATCH 0/5 v2] Convert all tasklets to workqueues V2

From: Steven Rostedt
Date: Fri Jun 22 2007 - 14:27:59 EST


--

This is version 2 of the tasklet to workqueue conversion.

Changes from version 1.

- removed config option and simply replace the old implementation
with the work queue one (recommended by Ingo Molnar).

- replaced clear_bit with test_and_clear_bit to avoid the race of
executing the tasklet function twice. (thanks to Oleg Nesterov
for pointing that out).

- Removed most of the pr_debug prints. (Kept one)
(recommended by Ingo Molnar)

- Removed call to softirq_init.

- Added Author credit to Dipankar Sarma for the RCU tasklet to
softirq conversion.

- Tested on my Powerbook to add another arch to the mix :-)
Funny that booting with this change was the first time that
the bcm43xx didn't get stuck for several seconds on bootup.
It's also one of the few drivers that use tasklet_disable_nosync.
So either this shows that the change fixed something, or that
it broke something (or was just a fluke).


-- Steve

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/