mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-23 09:47:44 +00:00
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user