Module Name:    src
Committed By:   skrll
Date:           Thu Apr 30 19:15:18 UTC 2009

Modified Files:
        src/sys/arch/hppa/include: pmap.h

Log Message:
Remove if defined(HP7100LC_CPU) || defined(HP7300LC_CPU) from around
pmap_hptsize and pdc_hwtlb (for now).


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/hppa/include/pmap.h

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/hppa/include/pmap.h
diff -u src/sys/arch/hppa/include/pmap.h:1.19 src/sys/arch/hppa/include/pmap.h:1.20
--- src/sys/arch/hppa/include/pmap.h:1.19	Thu Apr 30 15:34:24 2009
+++ src/sys/arch/hppa/include/pmap.h	Thu Apr 30 19:15:18 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: pmap.h,v 1.19 2009/04/30 15:34:24 skrll Exp $	*/
+/*	$NetBSD: pmap.h,v 1.20 2009/04/30 19:15:18 skrll Exp $	*/
 
 /*	$OpenBSD: pmap.h,v 1.35 2007/12/14 18:32:23 deraadt Exp $	*/
 
@@ -107,10 +107,8 @@
 	struct vm_page	*pv_ptp;	/* the vm_page of the PTP */
 };
 
-#if defined(HP7100LC_CPU) || defined(HP7300LC_CPU)
 extern int pmap_hptsize;
 extern struct pdc_hwtlb pdc_hwtlb;
-#endif
 
 /*
  * pool quickmaps

Reply via email to