Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/aarch64/aarch64 Add CI_SPLX_SAVEDIPL and CI_HWPL
details: https://anonhg.NetBSD.org/src/rev/3d797b93c2fa
branches: trunk
changeset: 1024668:3d797b93c2fa
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Sat Oct 30 18:49:47 2021 +0000
description:
Add CI_SPLX_SAVEDIPL and CI_HWPL
diffstat:
sys/arch/aarch64/aarch64/genassym.cf | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r ba405e1c114e -r 3d797b93c2fa sys/arch/aarch64/aarch64/genassym.cf
--- a/sys/arch/aarch64/aarch64/genassym.cf Sat Oct 30 18:47:36 2021 +0000
+++ b/sys/arch/aarch64/aarch64/genassym.cf Sat Oct 30 18:49:47 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: genassym.cf,v 1.35 2021/09/30 21:19:16 skrll Exp $
+# $NetBSD: genassym.cf,v 1.36 2021/10/30 18:49:47 jmcneill Exp $
#-
# Copyright (c) 2014 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -298,6 +298,8 @@
define CI_IDLELWP offsetof(struct cpu_info, ci_data.cpu_idlelwp)
define CI_CC_NINTR offsetof(struct cpu_info, ci_data.cpu_nintr)
define CI_SPLX_RESTART offsetof(struct cpu_info, ci_splx_restart)
+define CI_SPLX_SAVEDIPL offsetof(struct cpu_info, ci_splx_savedipl)
+define CI_HWPL offsetof(struct cpu_info, ci_hwpl)
define V_RESCHED_KPREEMPT ilog2(RESCHED_KPREEMPT)
Home |
Main Index |
Thread Index |
Old Index