commit | 35923f12e42a3baf4ac6da7c05cf5f7478e5a7c6 | [log] [tgz] |
---|---|---|
author | Olof Johansson <olof@lixom.net> | Mon Jun 04 14:47:04 2007 +1000 |
committer | Paul Mackerras <paulus@samba.org> | Mon Jun 25 17:02:05 2007 +1000 |
tree | d0fcdb4a7f15cae68c8bb4dbb8346b494503410e | |
parent | b0e80206cc42334032f18edee0ab591b0f275e12 [diff] |
[POWERPC] Uninline and export virq_to_hw() Uninline virq_to_hw and export it so modules can use it. The alternative would be to export the irq_map array instead, but it's an infrequently called function, and keeping the array unexported seems considerably cleaner. Signed-off-by: Olof Johansson <olof@lixom.net> Signed-off-by: Paul Mackerras <paulus@samba.org>