diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2006-02-16 03:48:54 (GMT) |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-03-20 09:13:05 (GMT) |
commit | 9d29a3fafd06534ad73427fee3c968c094d05b9b (patch) | |
tree | 4afd7455d6249d9143acea6c4704f69aa98d311a /include/asm-sparc64/vdev.h | |
parent | 7890f794e0e6f7dce2a5f4a03ba64b0b3fe306bd (diff) | |
download | linux-9d29a3fafd06534ad73427fee3c968c094d05b9b.tar.xz |
[SPARC64]: Decode virtual-devices interrupts correctly.
Need to translate through the interrupt-map{,-mask] properties.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/asm-sparc64/vdev.h')
-rw-r--r-- | include/asm-sparc64/vdev.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/include/asm-sparc64/vdev.h b/include/asm-sparc64/vdev.h index ebaac41..996e6be 100644 --- a/include/asm-sparc64/vdev.h +++ b/include/asm-sparc64/vdev.h @@ -7,12 +7,10 @@ #define _SPARC64_VDEV_H #include <linux/types.h> -#include <asm/oplib.h> extern u32 sun4v_vdev_devhandle; extern int sun4v_vdev_root; -extern struct linux_prom_pci_intmap *sun4v_vdev_intmap; -extern int sun4v_vdev_num_intmap; -extern struct linux_prom_pci_intmap sun4v_vdev_intmask; + +extern unsigned int sun4v_vdev_device_interrupt(unsigned int); #endif /* !(_SPARC64_VDEV_H) */ |