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 remove dup define (already defined in ...
details: https://anonhg.NetBSD.org/src/rev/404aae37de72
branches: trunk
changeset: 326235:404aae37de72
user: christos <christos%NetBSD.org@localhost>
date: Wed Jan 22 20:49:19 2014 +0000
description:
remove dup define (already defined in mips_param.h)
diffstat:
sys/arch/mips/include/vmparam.h | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diffs (19 lines):
diff -r 9163ebad2358 -r 404aae37de72 sys/arch/mips/include/vmparam.h
--- a/sys/arch/mips/include/vmparam.h Wed Jan 22 18:47:11 2014 +0000
+++ b/sys/arch/mips/include/vmparam.h Wed Jan 22 20:49:19 2014 +0000
@@ -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
*/
Home |
Main Index |
Thread Index |
Old Index