From f641a59486e69100969f92a7ec309574f76b238d Mon Sep 17 00:00:00 2001 From: Toomas Soome Date: Tue, 12 May 2020 19:50:12 +0300 Subject: 13426 xpv_psm: symbol 'acpi_isop' is multiply-defined Reviewed by: Igor Kozhukhov Reviewed by: C Fraire Approved by: Robert Mustacchi --- usr/src/uts/i86xpv/io/psm/mp_platform_xpv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/src/uts/i86xpv/io/psm/mp_platform_xpv.c b/usr/src/uts/i86xpv/io/psm/mp_platform_xpv.c index 1c20832721..5167decaf6 100644 --- a/usr/src/uts/i86xpv/io/psm/mp_platform_xpv.c +++ b/usr/src/uts/i86xpv/io/psm/mp_platform_xpv.c @@ -187,7 +187,7 @@ static uchar_t *apic_oldvec_to_newvec; static uchar_t *apic_newvec_to_oldvec; /* ACPI Interrupt Source Override Structure ptr */ -ACPI_MADT_INTERRUPT_OVERRIDE *acpi_isop; +extern ACPI_MADT_INTERRUPT_OVERRIDE *acpi_isop; extern int acpi_iso_cnt; /* -- cgit v1.2.3