Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/amd64/amd64 make this compile again
details: https://anonhg.NetBSD.org/src/rev/d2c28a35d3dc
branches: trunk
changeset: 358555:d2c28a35d3dc
user: christos <christos%NetBSD.org@localhost>
date: Sun Jan 07 16:47:22 2018 +0000
description:
make this compile again
diffstat:
sys/arch/amd64/amd64/genassym.cf | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r f7281bac18cb -r d2c28a35d3dc sys/arch/amd64/amd64/genassym.cf
--- a/sys/arch/amd64/amd64/genassym.cf Sun Jan 07 16:10:52 2018 +0000
+++ b/sys/arch/amd64/amd64/genassym.cf Sun Jan 07 16:47:22 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: genassym.cf,v 1.65 2018/01/07 16:10:16 maxv Exp $
+# $NetBSD: genassym.cf,v 1.66 2018/01/07 16:47:22 christos Exp $
#
# Copyright (c) 1998, 2006, 2007, 2008 The NetBSD Foundation, Inc.
@@ -236,8 +236,10 @@
define CPU_INFO_IDLELWP offsetof(struct cpu_info, ci_data.cpu_idlelwp)
define CPU_INFO_PMAP offsetof(struct cpu_info, ci_pmap)
define CPU_INFO_TSS offsetof(struct cpu_info, ci_tss)
+ifdef SVS
define CPU_INFO_UPDIRPA offsetof(struct cpu_info, ci_svs_updirpa)
define CPU_INFO_KPDIRPA offsetof(struct cpu_info, ci_svs_kpdirpa)
+endif
define CPU_INFO_NSYSCALL offsetof(struct cpu_info, ci_data.cpu_nsyscall)
define CPU_INFO_NTRAP offsetof(struct cpu_info, ci_data.cpu_ntrap)
define CPU_INFO_NINTR offsetof(struct cpu_info, ci_data.cpu_nintr)
Home |
Main Index |
Thread Index |
Old Index