mirror of
https://github.com/genodelabs/genode.git
synced 2025-05-31 22:50:54 +00:00
lxip: adjust to arm_v7 UP and RCU tiny
Adjust source.list and dummies issue #5104
This commit is contained in:
parent
7e8661f8bf
commit
a5f72ec095
@ -126,12 +126,14 @@ void devres_add(struct device *dev, void *res)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#ifdef CONFIG_TREE_RCU
|
||||||
#include <linux/rcutree.h>
|
#include <linux/rcutree.h>
|
||||||
|
|
||||||
void synchronize_rcu_expedited(void)
|
void synchronize_rcu_expedited(void)
|
||||||
{
|
{
|
||||||
lx_emul_trace(__func__);
|
lx_emul_trace(__func__);
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#include <linux/rcupdate.h>
|
#include <linux/rcupdate.h>
|
||||||
|
@ -25,8 +25,6 @@ kernel/time/clocksource.c
|
|||||||
kernel/time/hrtimer.c
|
kernel/time/hrtimer.c
|
||||||
kernel/time/jiffies.c
|
kernel/time/jiffies.c
|
||||||
kernel/time/ntp.c
|
kernel/time/ntp.c
|
||||||
kernel/time/tick-broadcast-hrtimer.c
|
|
||||||
kernel/time/tick-broadcast.c
|
|
||||||
kernel/time/tick-common.c
|
kernel/time/tick-common.c
|
||||||
kernel/time/tick-oneshot.c
|
kernel/time/tick-oneshot.c
|
||||||
kernel/time/tick-sched.c
|
kernel/time/tick-sched.c
|
||||||
@ -51,7 +49,6 @@ lib/kstrtox.c
|
|||||||
lib/math/div64.c
|
lib/math/div64.c
|
||||||
lib/nlattr.c
|
lib/nlattr.c
|
||||||
lib/once.c
|
lib/once.c
|
||||||
lib/percpu_counter.c
|
|
||||||
lib/radix-tree.c
|
lib/radix-tree.c
|
||||||
lib/rbtree.c
|
lib/rbtree.c
|
||||||
lib/rhashtable.c
|
lib/rhashtable.c
|
||||||
|
Loading…
x
Reference in New Issue
Block a user