dde_linux: adjust wireguard and test to arm_v8

spec 'arm_64' has been moved to 'arm_v8'

issue #5095
This commit is contained in:
Sebastian Sumpf 2024-01-19 13:09:01 +01:00 committed by Christian Helmuth
parent a67bc59686
commit 01369546d2
4 changed files with 15 additions and 4 deletions

View File

@ -1,6 +1,6 @@
MIRRORED_FROM_REP_DIR := \
lib/mk/spec/arm_64/wireguard.mk \
lib/mk/spec/arm_64/wireguard_lx_inc_dirs.mk \
lib/mk/spec/arm_v8/wireguard.mk \
lib/mk/spec/arm_v8/wireguard_lx_inc_dirs.mk \
lib/mk/spec/x86_64/wireguard.mk \
lib/mk/spec/x86_64/wireguard_lx_inc_dirs.mk \
lib/mk/wireguard.inc \

View File

@ -15,6 +15,9 @@
#include <lx_emul.h>
DEFINE_PER_CPU_READ_MOSTLY(cpumask_var_t, cpu_sibling_map);
EXPORT_PER_CPU_SYMBOL(cpu_sibling_map);
extern int __init buses_init(void);
int __init buses_init(void)
{

View File

@ -1,7 +1,7 @@
/*
* \brief Dummy definitions of Linux Kernel functions
* \author Automatically generated file - do no edit
* \date 2023-12-06
* \date 2024-01-25
*/
#include <lx_emul.h>
@ -133,6 +133,14 @@ void ack_bad_irq(unsigned int irq)
}
#include <linux/arch_topology.h>
const struct cpumask * cpu_clustergroup_mask(int cpu)
{
lx_emul_trace_and_stop(__func__);
}
#include <linux/context_tracking_irq.h>
noinstr void ct_irq_enter(void)

View File

@ -1,4 +1,4 @@
REQUIRES := arm_64
REQUIRES := arm_v8
SRC_CC += timestamp.cc
SRC_C += lx_emul.c