mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-07-22 00:22:34 +00:00
Replace all tasklet_hi_schedule() callers with the normal tasklet_schedule(). The former often causes troubles with RT-kernels, and has actually no merit. Signed-off-by: Takashi Iwai <tiwai@suse.de>