Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
Pull sparc updates from David Miller: "Besides some cleanups the major thing here is supporting relaxed ordering PCIe transactions on newer sparc64 machines, from Chris Hyser" * git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc: sparc: fixing ident and beautifying code sparc64: Enable setting "relaxed ordering" in IOMMU mappings sparc64: Enable PCI IOMMU version 2 API sparc: migrate exception table users off module.h and onto extable.h
This commit is contained in:
@@ -1744,6 +1744,7 @@ unsigned long sun4v_vintr_set_target(unsigned long dev_handle,
|
||||
|
||||
#define HV_PCI_MAP_ATTR_READ 0x01
|
||||
#define HV_PCI_MAP_ATTR_WRITE 0x02
|
||||
#define HV_PCI_MAP_ATTR_RELAXED_ORDER 0x04
|
||||
|
||||
#define HV_PCI_DEVICE_BUILD(b,d,f) \
|
||||
((((b) & 0xff) << 16) | \
|
||||
|
Reference in New Issue
Block a user