mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-18 13:26:27 +00:00
pc_wifi: use '___ratelimit' dummy
The generated dummy triggers sometimes on base-foc.
This commit is contained in:
parent
e2dd009256
commit
cc2b628d1c
@ -774,3 +774,12 @@ struct thermal_zone_device * thermal_zone_device_register_with_trips(const char
|
||||
lx_emul_trace(__func__);
|
||||
return ERR_PTR(-EINVAL);
|
||||
}
|
||||
|
||||
|
||||
#include <linux/ratelimit_types.h>
|
||||
|
||||
int ___ratelimit(struct ratelimit_state * rs,const char * func)
|
||||
{
|
||||
lx_emul_trace(__func__);
|
||||
return 0;
|
||||
}
|
||||
|
@ -7,14 +7,6 @@
|
||||
#include <lx_emul.h>
|
||||
|
||||
|
||||
#include <linux/ratelimit_types.h>
|
||||
|
||||
int ___ratelimit(struct ratelimit_state * rs,const char * func)
|
||||
{
|
||||
lx_emul_trace_and_stop(__func__);
|
||||
}
|
||||
|
||||
|
||||
#include <linux/cpumask.h>
|
||||
|
||||
struct cpumask __cpu_active_mask;
|
||||
|
Loading…
Reference in New Issue
Block a user