OSDN Git Service

Merge branch 'for-next/zone-dma' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorChristoph Hellwig <hch@lst.de>
Thu, 21 Nov 2019 17:13:03 +0000 (18:13 +0100)
committerChristoph Hellwig <hch@lst.de>
Thu, 21 Nov 2019 17:13:03 +0000 (18:13 +0100)
Pull in a stable branch from the arm64 tree that adds the zone_dma_bits
variable to avoid creating hard to resolve conflicts with that addition.

1  2 
arch/arm64/Kconfig
include/linux/dma-direct.h
kernel/dma/direct.c

Simple merge
@@@ -3,9 -3,10 +3,11 @@@
  #define _LINUX_DMA_DIRECT_H 1
  
  #include <linux/dma-mapping.h>
 +#include <linux/memblock.h> /* for min_low_pfn */
  #include <linux/mem_encrypt.h>
  
+ extern unsigned int zone_dma_bits;
  #ifdef CONFIG_ARCH_HAS_PHYS_TO_DMA
  #include <asm/dma-direct.h>
  #else
Simple merge