Bugfix as per Forum
https://moodle-app2.let.ethz.ch/mod/forum/discuss.php?d=102070
This commit is contained in:
parent
5f9ce34445
commit
d3ada884d7
@ -95,6 +95,9 @@ static inline bool havework_disabled(dispatcher_handle_t handle)
|
|||||||
{
|
{
|
||||||
struct dispatcher_generic *disp = get_dispatcher_generic(handle);
|
struct dispatcher_generic *disp = get_dispatcher_generic(handle);
|
||||||
return disp->runq != NULL
|
return disp->runq != NULL
|
||||||
|
#ifdef CONFIG_INTERCONNECT_DRIVER_LMP
|
||||||
|
|| disp->lmp_send_events_list != NULL
|
||||||
|
#endif
|
||||||
|| disp->polled_channels != NULL
|
|| disp->polled_channels != NULL
|
||||||
|| disp->notificators != NULL
|
|| disp->notificators != NULL
|
||||||
;
|
;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user