From: miod Date: Wed, 28 Aug 2024 17:37:12 +0000 (+0000) Subject: Enable per-cpu page cache. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=e52b311e529c11b98119c3e2639457490e9277ef;p=openbsd Enable per-cpu page cache. --- diff --git a/sys/arch/alpha/include/cpu.h b/sys/arch/alpha/include/cpu.h index 04997fd8272..21377986c8b 100644 --- a/sys/arch/alpha/include/cpu.h +++ b/sys/arch/alpha/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.75 2024/06/09 21:15:29 jca Exp $ */ +/* $OpenBSD: cpu.h,v 1.76 2024/08/28 17:37:12 miod Exp $ */ /* $NetBSD: cpu.h,v 1.45 2000/08/21 02:03:12 thorpej Exp $ */ /*- @@ -103,6 +103,7 @@ typedef union alpha_t_float { #include #include #include +#include struct pcb; struct proc; @@ -191,6 +192,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 /*