Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sun3 Use PAGE_SIZE rather than NBPG.



details:   https://anonhg.NetBSD.org/src/rev/d2e906727d12
branches:  trunk
changeset: 545609:d2e906727d12
user:      nathanw <nathanw%NetBSD.org@localhost>
date:      Fri Apr 11 21:20:45 2003 +0000

description:
Use PAGE_SIZE rather than NBPG.

diffstat:

 sys/arch/sun3/sun3/genassym.cf  |  4 ++--
 sys/arch/sun3/sun3x/genassym.cf |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 57125d5f444b -r d2e906727d12 sys/arch/sun3/sun3/genassym.cf
--- a/sys/arch/sun3/sun3/genassym.cf    Fri Apr 11 19:57:06 2003 +0000
+++ b/sys/arch/sun3/sun3/genassym.cf    Fri Apr 11 21:20:45 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: genassym.cf,v 1.4 2003/01/18 07:03:35 thorpej Exp $
+#      $NetBSD: genassym.cf,v 1.5 2003/04/11 21:20:45 nathanw Exp $
 
 #
 # Copyright (c) 1994, 1995 Gordon W. Ross
@@ -107,7 +107,7 @@
 # kernel-isms
 define KERNBASE                        KERNBASE
 define USPACE                          USPACE
-define NBPG                            NBPG
+define PAGE_SIZE                       PAGE_SIZE
 define NBSG                            NBSG
 endif
 
diff -r 57125d5f444b -r d2e906727d12 sys/arch/sun3/sun3x/genassym.cf
--- a/sys/arch/sun3/sun3x/genassym.cf   Fri Apr 11 19:57:06 2003 +0000
+++ b/sys/arch/sun3/sun3x/genassym.cf   Fri Apr 11 21:20:45 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: genassym.cf,v 1.3 2003/01/18 07:03:36 thorpej Exp $
+#      $NetBSD: genassym.cf,v 1.4 2003/04/11 21:20:45 nathanw Exp $
 
 #
 # Copyright (c) 1994, 1995 Gordon W. Ross
@@ -100,7 +100,7 @@
 # kernel-isms
 define KERNBASE                        KERNBASE
 define USPACE                          USPACE
-define NBPG                            NBPG
+define PAGE_SIZE                       PAGE_SIZE
 
 # system calls
 define SYS_exit                        SYS_exit



Home | Main Index | Thread Index | Old Index