sparc64: rename virt_irq => irq - I
The generic irq support uses the term 'irq' for the allocated irq number. Fix it so sparc64 use the same term for an irq as the generic irq support does. For a naive reader this is less confusing. Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
4832b99255
commit
fe41493f74
@@ -213,8 +213,8 @@ extern struct cheetah_err_info *cheetah_error_log;
|
||||
struct ino_bucket {
|
||||
/*0x00*/unsigned long __irq_chain_pa;
|
||||
|
||||
/* Virtual interrupt number assigned to this INO. */
|
||||
/*0x08*/unsigned int __virt_irq;
|
||||
/* Interrupt number assigned to this INO. */
|
||||
/*0x08*/unsigned int __irq;
|
||||
/*0x0c*/unsigned int __pad;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user