commit | 771823007fa2acb15a726e7e1f8502d4f350b1fa | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@sunset.davemloft.net> | Sat Oct 13 23:41:28 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Sat Oct 13 23:41:28 2007 -0700 |
tree | ea8e7f8ad464436e77b7a46a9c1fbd27fa4ffee6 | |
parent | bb74b734a68544ad8f1537a33a7e22c73c87ed1c [diff] |
[SPARC64]: Kill ugly __bucket() macro. All the users go through virt_irq_to_bucket() and essentially want to go from a virt_irq to an INO, but we have a way to do that already via virt_to_real_irq_table[].dev_ino. This also allows us to kill both virt_to_real_irq() and virt_irq_to_bucket(). Signed-off-by: David S. Miller <davem@davemloft.net>