Module Name: src
Committed By: christos
Date: Wed Jan 22 20:49:19 UTC 2014
Modified Files:
src/sys/arch/mips/include: vmparam.h
Log Message:
remove dup define (already defined in mips_param.h)
To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/sys/arch/mips/include/vmparam.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/mips/include/vmparam.h
diff -u src/sys/arch/mips/include/vmparam.h:1.50 src/sys/arch/mips/include/vmparam.h:1.51
--- src/sys/arch/mips/include/vmparam.h:1.50 Wed Aug 24 12:01:53 2011
+++ src/sys/arch/mips/include/vmparam.h Wed Jan 22 15:49:19 2014
@@ -1,4 +1,4 @@
-/* $NetBSD: vmparam.h,v 1.50 2011/08/24 16:01:53 matt Exp $ */
+/* $NetBSD: vmparam.h,v 1.51 2014/01/22 20:49:19 christos Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -75,9 +75,6 @@
#define USRSTACK (VM_MAXUSER_ADDRESS-0x8000) /* Start of user stack */
#define USRSTACK32 ((uint32_t)VM_MAXUSER32_ADDRESS-0x8000)
-/* alignment requirement for u-area space in bytes */
-#define USPACE_ALIGN USPACE
-
/*
* Virtual memory related constants, all in bytes
*/