Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mips/mips Add stuff from mips_param.h that the .S f...



details:   https://anonhg.NetBSD.org/src/rev/0839affba5dc
branches:  trunk
changeset: 338840:0839affba5dc
user:      matt <matt%NetBSD.org@localhost>
date:      Thu Jun 11 08:16:47 2015 +0000

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

diffstat:

 sys/arch/mips/mips/genassym.cf |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 38747ba39fda -r 0839affba5dc sys/arch/mips/mips/genassym.cf
--- a/sys/arch/mips/mips/genassym.cf    Thu Jun 11 08:14:38 2015 +0000
+++ b/sys/arch/mips/mips/genassym.cf    Thu Jun 11 08:16:47 2015 +0000
@@ -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/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



Home | Main Index | Thread Index | Old Index