summaryrefslogtreecommitdiffstats
path: root/arch/sparc64/kernel/entry.S
diff options
context:
space:
mode:
authorDavid S. Miller2006-02-13 09:02:16 +0100
committerDavid S. Miller2006-03-20 10:12:36 +0100
commit85dfa19ba92f88fa1c1482f655c7247119dfdcd5 (patch)
tree28038115f626e5c84bb50ad9ff5eed5dc943fcde /arch/sparc64/kernel/entry.S
parent[SPARC64]: Range check bus number in SUN4V PCI controller driver. (diff)
downloadkernel-qcow2-linux-85dfa19ba92f88fa1c1482f655c7247119dfdcd5.tar.gz
kernel-qcow2-linux-85dfa19ba92f88fa1c1482f655c7247119dfdcd5.tar.xz
kernel-qcow2-linux-85dfa19ba92f88fa1c1482f655c7247119dfdcd5.zip
[SPARC64]: Move devino_to_sysino out of pci_sun4v_asm.S
It is not PCI specific, it is for all system interrupts. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc64/kernel/entry.S')
-rw-r--r--arch/sparc64/kernel/entry.S12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/sparc64/kernel/entry.S b/arch/sparc64/kernel/entry.S
index f51b66a1687a..fa185f227055 100644
--- a/arch/sparc64/kernel/entry.S
+++ b/arch/sparc64/kernel/entry.S
@@ -1695,3 +1695,15 @@ hard_smp_processor_id:
retl
nop
#endif
+
+ /* %o0: devhandle
+ * %o1: devino
+ *
+ * returns %o0: sysino
+ */
+ .globl pci_sun4v_devino_to_sysino
+sun4v_devino_to_sysino:
+ mov HV_FAST_INTR_DEVINO2SYSINO, %o5
+ ta HV_FAST_TRAP
+ retl
+ mov %o1, %o0