Commit fe41493f authored by Sam Ravnborg's avatar Sam Ravnborg Committed by David S. Miller

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: default avatarSam Ravnborg <sam@ravnborg.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 4832b992
...@@ -213,8 +213,8 @@ extern struct cheetah_err_info *cheetah_error_log; ...@@ -213,8 +213,8 @@ extern struct cheetah_err_info *cheetah_error_log;
struct ino_bucket { struct ino_bucket {
/*0x00*/unsigned long __irq_chain_pa; /*0x00*/unsigned long __irq_chain_pa;
/* Virtual interrupt number assigned to this INO. */ /* Interrupt number assigned to this INO. */
/*0x08*/unsigned int __virt_irq; /*0x08*/unsigned int __irq;
/*0x0c*/unsigned int __pad; /*0x0c*/unsigned int __pad;
}; };
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment