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

@@ -19,7 +19,7 @@
#define GSI_MASK_IRQ(irq) irq_gsi_mask_unmask((irq), true)
#define GSI_UNMASK_IRQ(irq) irq_gsi_mask_unmask((irq), false)
void setup_ioapic_irq(void);
void setup_ioapic_irqs(void);
bool irq_is_gsi(uint32_t irq);
uint32_t irq_gsi_num(void);