diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/mips64/include/cpu.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/mips64/include/cpu.h b/sys/arch/mips64/include/cpu.h index 6523a899701..165d9cd9bbc 100644 --- a/sys/arch/mips64/include/cpu.h +++ b/sys/arch/mips64/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.148 2024/08/08 13:56:00 miod Exp $ */ +/* $OpenBSD: cpu.h,v 1.149 2024/08/23 19:47:13 miod Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -111,6 +111,7 @@ #include <machine/intr.h> #include <sys/sched.h> #include <sys/srp.h> +#include <uvm/uvm_percpu.h> struct cpu_hwinfo { uint32_t c0prid; @@ -144,6 +145,8 @@ struct cpu_info { #if defined(MULTIPROCESSOR) struct srp_hazard ci_srp_hazards[SRP_HAZARD_NUM]; +#define __HAVE_UVM_PERCPU + struct uvm_pmr_cache ci_uvm; #endif /* cache information and pending flush state */ |