mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 09:46:20 +00:00
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:
parent
a67bc59686
commit
01369546d2
@ -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 \
|
||||
|
@ -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)
|
||||
{
|
||||
|
@ -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)
|
||||
|
@ -1,4 +1,4 @@
|
||||
REQUIRES := arm_64
|
||||
REQUIRES := arm_v8
|
||||
|
||||
SRC_CC += timestamp.cc
|
||||
SRC_C += lx_emul.c
|
||||
|
Loading…
x
Reference in New Issue
Block a user