On 2017-10-24 11:33:46 [-0500], Chris Caudle wrote: > I recently began helping someone test a new multimedia driver (network > audio) and found that the driver would not compile on my machine running > an RT kernel because the driver used tasklet_hrtimer_init(), but that > function is not defined in interrupt.h in the RT patched kernel. > > What should be used in place of that, and where should be look for > documentation describing any differences that need to be accomodated? So what you want to do in -RT right now is to use something like the mac80211_hwsim.c: https://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-rt-devel.git/commit/?h=linux-4.13.y-rt&id=29158ad20a5363c581110497f430fa98b4280c5c but I will update that softirq patch I have now in tree with the version which is staged for upstream and then it will change slightly: https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git/commit/?h=WIP.timers&id=77d37439a5b64036c1c168752a95e80f6ebe241a Sebastian -- To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html