lxip: adjust to arm_v7 UP and RCU tiny

Adjust source.list and dummies

issue #5104
This commit is contained in:
Sebastian Sumpf 2024-02-01 10:05:21 +01:00 committed by Christian Helmuth
parent 7e8661f8bf
commit a5f72ec095
2 changed files with 2 additions and 3 deletions

View File

@ -126,12 +126,14 @@ void devres_add(struct device *dev, void *res)
}
#ifdef CONFIG_TREE_RCU
#include <linux/rcutree.h>
void synchronize_rcu_expedited(void)
{
lx_emul_trace(__func__);
}
#endif
#include <linux/rcupdate.h>

View File

@ -25,8 +25,6 @@ kernel/time/clocksource.c
kernel/time/hrtimer.c
kernel/time/jiffies.c
kernel/time/ntp.c
kernel/time/tick-broadcast-hrtimer.c
kernel/time/tick-broadcast.c
kernel/time/tick-common.c
kernel/time/tick-oneshot.c
kernel/time/tick-sched.c
@ -51,7 +49,6 @@ lib/kstrtox.c
lib/math/div64.c
lib/nlattr.c
lib/once.c
lib/percpu_counter.c
lib/radix-tree.c
lib/rbtree.c
lib/rhashtable.c