forked from mirrors/linux
		
	This was used by the ide, scsi and networking code in the past to determine if they should bounce payloads. Now that the dma mapping always have to support dma to all physical memory (thanks to swiotlb for non-iommu systems) there is no need to this crude hack any more. Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Palmer Dabbelt <palmer@sifive.com> (for riscv) Reviewed-by: Jens Axboe <axboe@kernel.dk>
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			258 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			258 B
		
	
	
	
		
			C
		
	
	
	
	
	
/* SPDX-License-Identifier: GPL-2.0 */
 | 
						|
#ifndef _ASM_M68K_PCI_H
 | 
						|
#define _ASM_M68K_PCI_H
 | 
						|
 | 
						|
#include <asm-generic/pci.h>
 | 
						|
 | 
						|
#define	pcibios_assign_all_busses()	1
 | 
						|
 | 
						|
#define	PCIBIOS_MIN_IO		0x00000100
 | 
						|
#define	PCIBIOS_MIN_MEM		0x02000000
 | 
						|
 | 
						|
#endif /* _ASM_M68K_PCI_H */
 |