Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/alpha/common Typo: vmem_free -> vmem_xfree



details:   https://anonhg.NetBSD.org/src/rev/68542ae6b232
branches:  trunk
changeset: 934724:68542ae6b232
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Wed Jun 17 05:52:13 2020 +0000

description:
Typo: vmem_free -> vmem_xfree

diffstat:

 sys/arch/alpha/common/sgmap_typedep.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 4b5858dc701f -r 68542ae6b232 sys/arch/alpha/common/sgmap_typedep.c
--- a/sys/arch/alpha/common/sgmap_typedep.c     Wed Jun 17 04:12:39 2020 +0000
+++ b/sys/arch/alpha/common/sgmap_typedep.c     Wed Jun 17 05:52:13 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sgmap_typedep.c,v 1.38 2020/06/17 04:12:39 thorpej Exp $ */
+/* $NetBSD: sgmap_typedep.c,v 1.39 2020/06/17 05:52:13 thorpej Exp $ */
 
 /*-
  * Copyright (c) 1997, 1998, 2001 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(1, "$NetBSD: sgmap_typedep.c,v 1.38 2020/06/17 04:12:39 thorpej Exp $");
+__KERNEL_RCSID(1, "$NetBSD: sgmap_typedep.c,v 1.39 2020/06/17 05:52:13 thorpej Exp $");
 
 #include "opt_ddb.h"
 
@@ -438,7 +438,7 @@
                alpha_mb();
 
                /* Free the virtual address space used by the mapping. */
-               vmem_free(sgmap->aps_arena, osgva, (esgva - osgva));
+               vmem_xfree(sgmap->aps_arena, osgva, (esgva - osgva));
        }
 
        map->_dm_flags &= ~(BUS_DMA_READ|BUS_DMA_WRITE);



Home | Main Index | Thread Index | Old Index