Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mips/include Set USPACE_ALIGN to USPACE on mips.



details:   https://anonhg.NetBSD.org/src/rev/d8f134d62479
branches:  trunk
changeset: 500405:d8f134d62479
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Mon Dec 11 15:37:32 2000 +0000

description:
Set USPACE_ALIGN to USPACE on mips.

diffstat:

 sys/arch/mips/include/vmparam.h |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r c4a0b3bb073d -r d8f134d62479 sys/arch/mips/include/vmparam.h
--- a/sys/arch/mips/include/vmparam.h   Mon Dec 11 15:35:42 2000 +0000
+++ b/sys/arch/mips/include/vmparam.h   Mon Dec 11 15:37:32 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vmparam.h,v 1.25 2000/11/14 18:55:16 thorpej Exp $     */
+/*     $NetBSD: vmparam.h,v 1.26 2000/12/11 15:37:32 tsutsui Exp $     */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -68,6 +68,9 @@
 #define        USRTEXT         0x00001000              /* Start of user text */
 #define        USRSTACK        0x7ffff000              /* Start of user stack */
 
+/* alignment requirement for u-area space in bytes */
+#define        USPACE_ALIGN    USPACE
+
 /*
  * Virtual memory related constants, all in bytes
  */



Home | Main Index | Thread Index | Old Index