Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hp700/dev Unwrap a line.



details:   https://anonhg.NetBSD.org/src/rev/d8ac79233fcc
branches:  trunk
changeset: 779349:d8ac79233fcc
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon May 21 21:15:39 2012 +0000

description:
Unwrap a line.

diffstat:

 sys/arch/hp700/dev/cpu.c |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (28 lines):

diff -r 6b5a92e7c52b -r d8ac79233fcc sys/arch/hp700/dev/cpu.c
--- a/sys/arch/hp700/dev/cpu.c  Mon May 21 20:58:39 2012 +0000
+++ b/sys/arch/hp700/dev/cpu.c  Mon May 21 21:15:39 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpu.c,v 1.23 2012/04/06 12:21:58 skrll Exp $   */
+/*     $NetBSD: cpu.c,v 1.24 2012/05/21 21:15:39 skrll Exp $   */
 
 /*     $OpenBSD: cpu.c,v 1.29 2009/02/08 18:33:28 miod Exp $   */
 
@@ -29,7 +29,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.23 2012/04/06 12:21:58 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.24 2012/05/21 21:15:39 skrll Exp $");
 
 #include "opt_multiprocessor.h"
 
@@ -168,8 +168,7 @@
 
        /* Allocate stack for spin up and FPU emulation. */
        TAILQ_INIT(&mlist);
-       error = uvm_pglistalloc(PAGE_SIZE, 0, -1L, PAGE_SIZE, 0, &mlist, 1,
-           0);
+       error = uvm_pglistalloc(PAGE_SIZE, 0, -1L, PAGE_SIZE, 0, &mlist, 1, 0);
 
        if (error) {
                aprint_error(": unable to allocate CPU stack!\n");



Home | Main Index | Thread Index | Old Index