Module Name:    src
Committed By:   skrll
Date:           Tue Apr 28 12:53:53 UTC 2009

Modified Files:
        src/sys/arch/hp700/hp700 [nick-hppapmap]: genassym.cf

Log Message:
G/C some old stuff.


To generate a diff of this commit:
cvs rdiff -u -r1.16.2.1 -r1.16.2.2 src/sys/arch/hp700/hp700/genassym.cf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/hp700/hp700/genassym.cf
diff -u src/sys/arch/hp700/hp700/genassym.cf:1.16.2.1 src/sys/arch/hp700/hp700/genassym.cf:1.16.2.2
--- src/sys/arch/hp700/hp700/genassym.cf:1.16.2.1	Mon Oct 27 08:02:40 2008
+++ src/sys/arch/hp700/hp700/genassym.cf	Tue Apr 28 12:53:53 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: genassym.cf,v 1.16.2.1 2008/10/27 08:02:40 skrll Exp $
+#	$NetBSD: genassym.cf,v 1.16.2.2 2009/04/28 12:53:53 skrll Exp $
 
 #	$OpenBSD: genassym.cf,v 1.18 2001/09/20 18:31:14 mickey Exp $
 
@@ -90,13 +90,6 @@
 #export	TLB_DIRTY_POS
 #export	TLB_UNMANAGED_POS
 
-# hpt_table fields
-#struct	hpt_entry
-#member	HPT_TLBPROT	hpt_tlbprot
-#member	HPT_TLBPAGE	hpt_tlbpage
-#member	HPT_ENTRY	hpt_entry
-#define	HPT_TAG		0
-
 # struct cpu_info fields
 #define	CI_CPL			offsetof(struct cpu_info, ci_cpl)
 #define	CI_INTR_DEPTH		offsetof(struct cpu_info, ci_intr_depth)
@@ -104,24 +97,6 @@
 define	CI_MTX_COUNT		offsetof(struct cpu_info, ci_mtx_count)
 #define	CI_CURLWP		offsetof(struct cpu_info, ci_curlwp)
 
-# pv_entry fields
-#struct	pv_entry
-#member	PV_HASH	pv_hash
-#member	PV_SPACE	pv_space
-#member	PV_VA		pv_va
-#member	PV_TLBPAGE	pv_tlbpage
-#member	PV_TLBPROT	pv_tlbprot
-#member	PV_NEXT		pv_next
-#member	PV_HPT		pv_hpt
-
-# pv_head fields
-#struct	pv_head
-#member	PV_HEAD_PVS	pv_head_pvs
-#member	PV_HEAD_WRITABLE_DIRTY_REF pv_head_writable_dirty_ref
-#export	PV_HEAD_DIRTY_POS
-#export	PV_HEAD_REF_POS
-#export	PV_HEAD_WRITABLE_POS
-
 define	MTX_IPL			offsetof(struct kmutex, mtx_ipl)
 define	MTX_LOCK		offsetof(struct kmutex, mtx_lock)
 define	MTX_OWNER		offsetof(struct kmutex, mtx_owner)

Reply via email to