xen/x86: ioapic: Rename init_ioapic_mappings() to ioapic_init()
authorJulien Grall <jgrall@amazon.com>
Fri, 27 Mar 2020 18:23:21 +0000 (18:23 +0000)
committerJulien Grall <jgrall@amazon.com>
Fri, 10 Apr 2020 11:23:48 +0000 (12:23 +0100)
commit996ff16416b62154400468fb91fc32ba7eccf620
tree6deb144ca979f9b435efd94dcafcef0b7954fd9c
parent8c4aed6ee1073f01f257d170c14c41af7a9cfd39
xen/x86: ioapic: Rename init_ioapic_mappings() to ioapic_init()

The function init_ioapic_mappings() is doing more than initialization
mappings. It is also initialization the number of IRQs/GSIs supported.

So rename the function to ioapic_init().

Signed-off-by: Julien Grall <jgrall@amazon.com>
Reviewed-by: Roger Pau Monné <roger.pau@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/apic.c
xen/arch/x86/io_apic.c
xen/include/asm-x86/io_apic.h