Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jan 2018 23:41:12 +0000 (UTC)
From:      Jeff Roberson <jeff@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r327903 - head/sys/sys
Message-ID:  <201801122341.w0CNfChp006441@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jeff
Date: Fri Jan 12 23:41:12 2018
New Revision: 327903
URL: https://svnweb.freebsd.org/changeset/base/327903

Log:
  Fix compile error from r327900

Modified:
  head/sys/sys/busdma_bufalloc.h

Modified: head/sys/sys/busdma_bufalloc.h
==============================================================================
--- head/sys/sys/busdma_bufalloc.h	Fri Jan 12 23:38:15 2018	(r327902)
+++ head/sys/sys/busdma_bufalloc.h	Fri Jan 12 23:41:12 2018	(r327903)
@@ -113,7 +113,7 @@ struct busdma_bufzone * busdma_bufalloc_findzone(busdm
  * you can probably use these when you need uncacheable buffers.
  */
 void * busdma_bufalloc_alloc_uncacheable(uma_zone_t zone, vm_size_t size,
-    uint8_t *pflag, int wait);
+    int domain, uint8_t *pflag, int wait);
 void  busdma_bufalloc_free_uncacheable(void *item, vm_size_t size,
     uint8_t pflag);
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801122341.w0CNfChp006441>