On 28.10.2020 16:20, Rahul Singh wrote: >> On 28 Oct 2020, at 11:51 am, Jan Beulich <jbeul...@suse.com> wrote: >> On 26.10.2020 18:17, Rahul Singh wrote: >>> +int arch_pci_release_devices(struct domain *d) >>> +{ >>> + return pci_clean_dpci_irqs(d); >>> +} >> >> Why the extra function layer? > > Is that ok if I rename the function pci_clean_dpci_irqs() to > arch_pci_clean_pirqs() ?
I see no problem with you doing so. Jan