]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkModulePkg/Bus/Pci/PciBus/Dxe/PciDeviceSupport.c
1. Remove #ifdef _MSC_EXTENSION_ from all source files
[mirror_edk2.git] / EdkModulePkg / Bus / Pci / PciBus / Dxe / PciDeviceSupport.c
index 3b495951308af6ea7a631caaf8b3c834de47f08f..cbbc00b18383998f5e322dd0b7682c737f04c4cd 100644 (file)
@@ -338,14 +338,10 @@ Returns:
 \r
   //\r
   // Force Interrupt line to "Unknown" or "No Connection"\r
-  // based on the PCI spec, the Interrupt line for x86 should be set as 0xFF for unknown.\r
   //\r
   PciIo = &(PciIoDevice->PciIo);\r
-#ifndef MDE_CPU_IPF\r
   Data8 = PCI_INT_LINE_UNKNOWN;\r
-#else\r
-  Data8 = 0;\r
-#endif\r
+\r
   PciIo->Pci.Write (PciIo, EfiPciIoWidthUint8, 0x3C, 1, &Data8);\r
 \r
   //\r