Module Name:    src
Committed By:   matt
Date:           Thu Jun 11 08:16:47 UTC 2015

Modified Files:
        src/sys/arch/mips/mips: genassym.cf

Log Message:
Add stuff from mips_param.h that the .S files need.


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 src/sys/arch/mips/mips/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/mips/mips/genassym.cf
diff -u src/sys/arch/mips/mips/genassym.cf:1.59 src/sys/arch/mips/mips/genassym.cf:1.60
--- src/sys/arch/mips/mips/genassym.cf:1.59	Sun Jun  7 06:07:49 2015
+++ src/sys/arch/mips/mips/genassym.cf	Thu Jun 11 08:16:47 2015
@@ -1,4 +1,4 @@
-#	$NetBSD: genassym.cf,v 1.59 2015/06/07 06:07:49 matt Exp $
+#	$NetBSD: genassym.cf,v 1.60 2015/06/11 08:16:47 matt Exp $
 #
 # Copyright (c) 1992, 1993
 #	The Regents of the University of California.  All rights reserved.
@@ -92,6 +92,10 @@ include <mips/pte.h>
 include <mips/locore.h>
 
 define	PAGE_SIZE		PAGE_SIZE
+define	PGSHIFT			PGSHIFT
+define	NBPG			NBPG
+define	USPACE			USPACE
+define	UPAGES			UPAGES
 
 ifdef __HAVE_FAST_SOFTINTS
 define	__HAVE_FAST_SOFTINTS	1

Reply via email to