Source-Changes-HG archive

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

[src/sommerfeld_i386mp_1]: src/sys/arch/i386/i386 Add new 'align' argument to...



details:   https://anonhg.NetBSD.org/src/rev/13180f511fbc
branches:  sommerfeld_i386mp_1
changeset: 482297:13180f511fbc
user:      sommerfeld <sommerfeld%NetBSD.org@localhost>
date:      Tue Sep 19 14:26:08 2000 +0000

description:
Add new 'align' argument to uvm_map

diffstat:

 sys/arch/i386/i386/machdep.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f02a1f7728b1 -r 13180f511fbc sys/arch/i386/i386/machdep.c
--- a/sys/arch/i386/i386/machdep.c      Thu Sep 07 18:55:31 2000 +0000
+++ b/sys/arch/i386/i386/machdep.c      Tue Sep 19 14:26:08 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.376.2.8 2000/08/25 02:03:28 sommerfeld Exp $     */
+/*     $NetBSD: machdep.c,v 1.376.2.9 2000/09/19 14:26:08 sommerfeld Exp $     */
 
 /*-
  * Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc.
@@ -296,7 +296,7 @@
         */
        size = MAXBSIZE * nbuf;
        if (uvm_map(kernel_map, (vaddr_t *) &buffers, round_page(size),
-                   NULL, UVM_UNKNOWN_OFFSET,
+                   NULL, UVM_UNKNOWN_OFFSET, 0,
                    UVM_MAPFLAG(UVM_PROT_NONE, UVM_PROT_NONE, UVM_INH_NONE,
                                UVM_ADV_NORMAL, 0)) != KERN_SUCCESS)
                panic("cpu_startup: cannot allocate VM for buffers");



Home | Main Index | Thread Index | Old Index