The port of the Hyper-V PCI host driver to UEK requires its
access to the apic_set_affinity() function, this is due to
backporting issues, and is not something to be carried forward.
Orabug:
25507635
Signed-off-by: Jack Vogel <jack.vogel@oracle.com>
Signed-off-by: Dhaval Giani <dhaval.giani@oracle.com>
return 0;
}
+/*
+ * This export is UEK-only for Hyper-V PCI pass-through driver,
+ * do not add this function to kABI whitelist.
+ */
+EXPORT_SYMBOL_GPL(apic_set_affinity);
#ifdef CONFIG_SMP
void send_cleanup_vector(struct irq_cfg *cfg)