svn commit: r278031 - head/sys/arm/arm

Ian Lepore ian at FreeBSD.org
Sun Feb 1 17:19:59 UTC 2015


Author: ian
Date: Sun Feb  1 17:19:57 2015
New Revision: 278031
URL: https://svnweb.freebsd.org/changeset/base/278031

Log:
  Remove a stale comment.  The logic that deleted the map before other
  resources was removed long ago, but the comment stuck somehow.

Modified:
  head/sys/arm/arm/busdma_machdep-v6.c

Modified: head/sys/arm/arm/busdma_machdep-v6.c
==============================================================================
--- head/sys/arm/arm/busdma_machdep-v6.c	Sun Feb  1 14:45:41 2015	(r278030)
+++ head/sys/arm/arm/busdma_machdep-v6.c	Sun Feb  1 17:19:57 2015	(r278031)
@@ -858,8 +858,6 @@ bus_dmamem_free(bus_dma_tag_t dmat, void
 	else
 		ba = standard_allocator;
 
-	/* Be careful not to access map from here on. */
-
 	bufzone = busdma_bufalloc_findzone(ba, dmat->maxsize);
 
 	if (bufzone != NULL && dmat->alignment <= bufzone->size &&


More information about the svn-src-all mailing list