commit | b2eba39bcab9d60a6c3b80c7fc2f3dacb77eeaae | [log] [tgz] |
---|---|---|
author | Marc Zyngier <marc.zyngier@arm.com> | Mon Nov 23 08:26:05 2015 +0000 |
committer | Marc Zyngier <marc.zyngier@arm.com> | Wed Dec 16 15:29:44 2015 +0000 |
tree | 8f1de22deb5f8492446467b12920ca9c7e9f5b37 | |
parent | c466595c416c04036e1ba36ecdc5fe9072c76228 [diff] |
genirq/msi: Make the .prepare callback reusable The .prepare callbacks are so far only called from msi_domain_alloc_irqs. In order to reuse that code, split that code and create a msi_domain_prepare_irqs function that the existing code can call into. Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>