BH's -> tasklets

From: Rui Sousa (rsousa@grad.physics.sunysb.edu)
Date: Sat Mar 04 2000 - 22:55:16 EST


Hi,

Two questions:

1. Drivers should start using tasklets instead of bh's, right?

2. In place of:

        queue_task(&task, &tq_immediate);
        mark_bh(IMMEDIATE_BH)

one should use:

        tasklet_schedule(&tasklet);

or

        tasklet_hi_schedule(&tasklet);

?

Rui Sousa

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



This archive was generated by hypermail 2b29 : Tue Mar 07 2000 - 21:00:17 EST