From 1e2cb14a7562811bb477e028c5c11fbf1f89176f Mon Sep 17 00:00:00 2001 From: Artur Grabowski Date: Thu, 5 Jul 2001 10:00:50 +0000 Subject: Get rid of the wrapper macros around extent_alloc*1 Pass the right amount of arguments and rename them back to their right names. --- sys/arch/alpha/dev/sgmap_common.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/alpha/dev/sgmap_common.c') diff --git a/sys/arch/alpha/dev/sgmap_common.c b/sys/arch/alpha/dev/sgmap_common.c index 45867565d44..552d71e7935 100644 --- a/sys/arch/alpha/dev/sgmap_common.c +++ b/sys/arch/alpha/dev/sgmap_common.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sgmap_common.c,v 1.1 2001/03/21 17:26:38 art Exp $ */ +/* $OpenBSD: sgmap_common.c,v 1.2 2001/07/05 10:00:25 art Exp $ */ /* $NetBSD: sgmap_common.c,v 1.13 2000/06/29 09:02:57 mrg Exp $ */ /*- @@ -191,7 +191,7 @@ alpha_sgmap_alloc(map, origlen, sgmap, flags) origlen, len, map->_dm_sgvalen, map->_dm_boundary, boundary); #endif - error = extent_alloc(sgmap->aps_ex, map->_dm_sgvalen, alignment, + error = extent_alloc(sgmap->aps_ex, map->_dm_sgvalen, alignment, 0, boundary, (flags & BUS_DMA_NOWAIT) ? EX_NOWAIT : EX_WAITOK, &map->_dm_sgva); #if 0 -- cgit v1.2.3