]> git.baikalelectronics.ru Git - kernel.git/commit
[SPARC64]: Kill ugly __bucket() macro.
authorDavid S. Miller <davem@sunset.davemloft.net>
Sun, 14 Oct 2007 06:41:28 +0000 (23:41 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Sun, 14 Oct 2007 06:41:28 +0000 (23:41 -0700)
commit5ebb595164d262016fbf2e688c53617828758071
treeea8e7f8ad464436e77b7a46a9c1fbd27fa4ffee6
parent27a9d84dd3a61c611f22f562f9121a41f7b14f2d
[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>
arch/sparc64/kernel/irq.c