Module Name:    src
Committed By:   maya
Date:           Wed Jul 13 00:04:28 UTC 2016

Modified Files:
        src/sys/arch/arc/include: param.h

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

Fixes build


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/arch/arc/include/param.h

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/arc/include/param.h
diff -u src/sys/arch/arc/include/param.h:1.29 src/sys/arch/arc/include/param.h:1.30
--- src/sys/arch/arc/include/param.h:1.29	Fri Mar 18 16:17:22 2011
+++ src/sys/arch/arc/include/param.h	Wed Jul 13 00:04:28 2016
@@ -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

Reply via email to