On Tue, Aug 29, 2017 at 02:59:28PM +0200, Christoph Hellwig wrote: > On Tue, Aug 29, 2017 at 02:54:55PM +0200, Ralf Baechle wrote: > > On Fri, Jun 16, 2017 at 09:12:29AM +0200, Christoph Hellwig wrote: > > > > > Besides eliminating lots of duplication this also allows allocations with > > > the DMA_ATTR_NON_CONSISTENT to use the CMA allocator. > > > > > > Signed-off-by: Christoph Hellwig <hch@xxxxxx> > > > > Acked-by: Ralf Baechle <ralf@xxxxxxxxxxxxxx> > > I don't have anything that depends on it - do you just want to pick > it up in the mips tree? Sure, done. > > > Note: compile tested only. > > > > Your change essentially reverts a change from Oct 2007 so it should work. > > Which commit is that? I can't find anything that looks related in the > Oct 2017 commits. Well, it predates the git history so it indeed is hard to find: https://git.linux-mips.org/cgit/ralf/linux.git/commit/?id=7ca16d269a1a4b96d98968b48f137977bcab1522 Ralf