/* option `ACPI_PCI_FIXUP' not defined */ #ifdef _LOCORE .ifndef _KERNEL_OPT_ACPI_PCI_FIXUP .global _KERNEL_OPT_ACPI_PCI_FIXUP .equiv _KERNEL_OPT_ACPI_PCI_FIXUP,0x6e074def .endif #else __asm(" .ifndef _KERNEL_OPT_ACPI_PCI_FIXUP\n .global _KERNEL_OPT_ACPI_PCI_FIXUP\n .equiv _KERNEL_OPT_ACPI_PCI_FIXUP,0x6e074def\n .endif"); #endif