Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/arch/evbarm/integrator/int_bus_dma.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/arch/evbarm/integrator/int_bus_dma.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.7 retrieving revision 1.7.2.1 diff -u -p -r1.7 -r1.7.2.1 --- src/sys/arch/evbarm/integrator/int_bus_dma.c 2002/04/05 16:58:08 1.7 +++ src/sys/arch/evbarm/integrator/int_bus_dma.c 2002/07/14 17:46:08 1.7.2.1 @@ -1,4 +1,4 @@ -/* $NetBSD: int_bus_dma.c,v 1.7 2002/04/05 16:58:08 thorpej Exp $ */ +/* $NetBSD: int_bus_dma.c,v 1.7.2.1 2002/07/14 17:46:08 gehenna Exp $ */ /*- * Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc. @@ -568,7 +568,6 @@ integrator_bus_dmamem_alloc_range(t, siz /* * Allocate pages from the VM system. */ - TAILQ_INIT(&mlist); error = uvm_pglistalloc(size, low, high, alignment, boundary, &mlist, nsegs, (flags & BUS_DMA_NOWAIT) == 0); if (error)