Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arc/include Avoid redefining UPAGES



details:   https://anonhg.NetBSD.org/src/rev/6f0fc3e359fa
branches:  trunk
changeset: 346434:6f0fc3e359fa
user:      maya <maya%NetBSD.org@localhost>
date:      Wed Jul 13 00:04:28 2016 +0000

description:
Avoid redefining UPAGES
(now defined in mips/mips_param.h)

Fixes build

diffstat:

 sys/arch/arc/include/param.h |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 29d13f0e1938 -r 6f0fc3e359fa sys/arch/arc/include/param.h
--- a/sys/arch/arc/include/param.h      Wed Jul 13 00:01:27 2016 +0000
+++ b/sys/arch/arc/include/param.h      Wed Jul 13 00:04:28 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.29 2011/03/18 16:17:22 tsutsui Exp $       */
+/*     $NetBSD: param.h,v 1.30 2016/07/13 00:04:28 maya Exp $  */
 /*      $OpenBSD: param.h,v 1.9 1997/04/30 09:54:15 niklas Exp $ */
 
 /*
@@ -67,7 +67,6 @@
 #define        SSIZE           1               /* initial stack size/NBPG */
 #define        SINCR           1               /* increment of stack/NBPG */
 
-#define        UPAGES          2               /* pages of u-area */
 #if defined(_LOCORE) && defined(notyet)
 #define        UADDR           0xffffffffffffc000      /* address of u */
 #else



Home | Main Index | Thread Index | Old Index