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/arm/arm32/bus_dma.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/arch/arm/arm32/bus_dma.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.3.4.6 retrieving revision 1.3.4.7 diff -u -p -r1.3.4.6 -r1.3.4.7 --- src/sys/arch/arm/arm32/bus_dma.c 2002/04/17 00:02:25 1.3.4.6 +++ src/sys/arch/arm/arm32/bus_dma.c 2002/06/20 03:38:02 1.3.4.7 @@ -1,4 +1,4 @@ -/* $NetBSD: bus_dma.c,v 1.3.4.6 2002/04/17 00:02:25 nathanw Exp $ */ +/* $NetBSD: bus_dma.c,v 1.3.4.7 2002/06/20 03:38:02 nathanw Exp $ */ /*- * Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc. @@ -765,7 +765,6 @@ _bus_dmamem_alloc_range(bus_dma_tag_t t, /* * 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)