Date: Sun, 1 Feb 2015 17:19:58 +0000 (UTC) From: Ian Lepore <ian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r278031 - head/sys/arm/arm Message-ID: <201502011719.t11HJwtc091383@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 &&
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502011719.t11HJwtc091383>