From: patrick Date: Sat, 31 Dec 2022 00:30:21 +0000 (+0000) Subject: Add machdep.lidaction to machdep names list. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=6dd70ce4f4f442257c556f2f686deec3ac8ccd6e;p=openbsd Add machdep.lidaction to machdep names list. ok mpi@ --- 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