Add `intreg' cpuinfo offset.
This commit is contained in:
parent
cc484b787f
commit
831354d6de
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: genassym.cf,v 1.12 1998/09/21 10:29:23 pk Exp $
|
||||
# $NetBSD: genassym.cf,v 1.13 1998/09/24 20:37:17 pk Exp $
|
||||
|
||||
#
|
||||
# Copyright (c) 1998 The NetBSD Foundation, Inc.
|
||||
|
@ -149,6 +149,7 @@ define CPUINFO_GETSYNCFLT offsetof(struct cpu_info, get_syncflt)
|
|||
define CPUINFO_GETASYNCFLT offsetof(struct cpu_info, get_asyncflt)
|
||||
define CPUINFO_PURE_VCACHE_FLS offsetof(struct cpu_info, pure_vcache_flush)
|
||||
define CPUINFO_SYNCFLTDUMP offsetof(struct cpu_info, syncfltdump)
|
||||
define CPUINFO_INTREG offsetof(struct cpu_info, intreg_4m)
|
||||
|
||||
# PTE bits and related information
|
||||
define PG_W PG_W
|
||||
|
|
Loading…
Reference in New Issue