Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc64/sparc64 __USING_TOPDOWN_VM is gone.



details:   https://anonhg.NetBSD.org/src/rev/e99d2db4a554
branches:  trunk
changeset: 793065:e99d2db4a554
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Jan 25 19:42:25 2014 +0000

description:
__USING_TOPDOWN_VM is gone.

diffstat:

 sys/arch/sparc64/sparc64/machdep.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 400a39252156 -r e99d2db4a554 sys/arch/sparc64/sparc64/machdep.c
--- a/sys/arch/sparc64/sparc64/machdep.c        Sat Jan 25 19:10:56 2014 +0000
+++ b/sys/arch/sparc64/sparc64/machdep.c        Sat Jan 25 19:42:25 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.274 2013/12/14 05:28:47 nakayama Exp $ */
+/*     $NetBSD: machdep.c,v 1.275 2014/01/25 19:42:25 christos Exp $ */
 
 /*-
  * Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc.
@@ -71,7 +71,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.274 2013/12/14 05:28:47 nakayama Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.275 2014/01/25 19:42:25 christos Exp $");
 
 #include "opt_ddb.h"
 #include "opt_multiprocessor.h"
@@ -2754,7 +2754,7 @@
        if (epp->ep_flags & EXEC_32)
                return;
 
-#ifdef __USING_TOPDOWN_VM
+#ifdef __USE_TOPDOWN_VM
        /*
         * we allow TOPDOWN_VM for all processes where the binary is compiled
         * with the medany or medmid code model.



Home | Main Index | Thread Index | Old Index