[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>
This commit is contained in:
@@ -1203,6 +1203,11 @@ struct hv_trap_trace_entry {
|
||||
*/
|
||||
#define HV_FAST_INTR_DEVINO2SYSINO 0xa0
|
||||
|
||||
#ifndef __ASSEMBLY__
|
||||
extern unsigned long sun4v_devino_to_sysino(unsigned long devhandle,
|
||||
unsigned long devino);
|
||||
#endif
|
||||
|
||||
/* intr_getenabled()
|
||||
* TRAP: HV_FAST_TRAP
|
||||
* FUNCTION: HV_FAST_INTR_GETENABLED
|
||||
|
||||
Reference in New Issue
Block a user