From 6dd70ce4f4f442257c556f2f686deec3ac8ccd6e Mon Sep 17 00:00:00 2001 From: patrick Date: Sat, 31 Dec 2022 00:30:21 +0000 Subject: [PATCH] Add machdep.lidaction to machdep names list. ok mpi@ --- sys/arch/arm64/include/cpu.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/arch/arm64/include/cpu.h b/sys/arch/arm64/include/cpu.h index 059e218ecf4..3ab8a14e166 100644 --- a/sys/arch/arm64/include/cpu.h +++ b/sys/arch/arm64/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.33 2022/12/10 10:13:58 patrick Exp $ */ +/* $OpenBSD: cpu.h,v 1.34 2022/12/31 00:30:21 patrick Exp $ */ /* * Copyright (c) 2016 Dale Rahn * @@ -52,6 +52,7 @@ { "id_aa64pfr1", CTLTYPE_QUAD }, \ { "id_aa64smfr0", CTLTYPE_QUAD }, \ { "id_aa64zfr0", CTLTYPE_QUAD }, \ + { "lidaction", CTLTYPE_INT }, \ } #ifdef _KERNEL -- 2.20.1