hv: pirq: change the order of functions within irq.c

This commit changes the order of functions in arch/x86/irq.c, and internal
function names to make it looks cleaner, with no change within any function.

Signed-off-by: Yan, Like <like.yan@intel.com>
Acked-by: Anthony Xu <anthony.xu@intel.com>
This commit is contained in:
Yan, Like
2018-08-16 20:32:57 +08:00
committed by lijinxia
parent a8cd6925fc
commit 538173838d
3 changed files with 141 additions and 143 deletions

View File

@@ -334,7 +334,7 @@ ioapic_nr_pins(void *ioapic_base)
return nr_pins;
}
void setup_ioapic_irq(void)
void setup_ioapic_irqs(void)
{
uint8_t ioapic_id;
uint32_t gsi = 0U;