diff options
Diffstat (limited to 'arch/sparc/include/asm/hypervisor.h')
-rw-r--r-- | arch/sparc/include/asm/hypervisor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sparc/include/asm/hypervisor.h b/arch/sparc/include/asm/hypervisor.h index f5b6537306f0..666d5ba230d2 100644 --- a/arch/sparc/include/asm/hypervisor.h +++ b/arch/sparc/include/asm/hypervisor.h | |||
@@ -1744,6 +1744,7 @@ unsigned long sun4v_vintr_set_target(unsigned long dev_handle, | |||
1744 | 1744 | ||
1745 | #define HV_PCI_MAP_ATTR_READ 0x01 | 1745 | #define HV_PCI_MAP_ATTR_READ 0x01 |
1746 | #define HV_PCI_MAP_ATTR_WRITE 0x02 | 1746 | #define HV_PCI_MAP_ATTR_WRITE 0x02 |
1747 | #define HV_PCI_MAP_ATTR_RELAXED_ORDER 0x04 | ||
1747 | 1748 | ||
1748 | #define HV_PCI_DEVICE_BUILD(b,d,f) \ | 1749 | #define HV_PCI_DEVICE_BUILD(b,d,f) \ |
1749 | ((((b) & 0xff) << 16) | \ | 1750 | ((((b) & 0xff) << 16) | \ |