Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sparc/sparc Add offset for `cpuinfo.ci_tt'.



details:   https://anonhg.NetBSD.org/src/rev/20cba6e86a4a
branches:  trunk
changeset: 541033:20cba6e86a4a
user:      pk <pk%NetBSD.org@localhost>
date:      Tue Dec 31 15:05:48 2002 +0000

description:
Add offset for `cpuinfo.ci_tt'.

diffstat:

 sys/arch/sparc/sparc/genassym.cf |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r a56bb8deca29 -r 20cba6e86a4a sys/arch/sparc/sparc/genassym.cf
--- a/sys/arch/sparc/sparc/genassym.cf  Tue Dec 31 15:04:49 2002 +0000
+++ b/sys/arch/sparc/sparc/genassym.cf  Tue Dec 31 15:05:48 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: genassym.cf,v 1.36 2002/09/26 18:56:33 thorpej Exp $
+#      $NetBSD: genassym.cf,v 1.37 2002/12/31 15:05:48 pk Exp $
 
 #
 # Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -152,6 +152,7 @@
 define CPUINFO_CURPROC         offsetof(struct cpu_info, ci_curproc)
 define CPUINFO_SELF            offsetof(struct cpu_info, ci_self)
 define CPUINFO_FLAGS           offsetof(struct cpu_info, flags)
+define CPUINFO_TT              offsetof(struct cpu_info, ci_tt)
 
 # PTE bits and related information
 define PG_W            PG_W



Home | Main Index | Thread Index | Old Index