aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/intel/common/acpi/platform.asl
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/intel/common/acpi/platform.asl')
-rw-r--r--src/southbridge/intel/common/acpi/platform.asl13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/southbridge/intel/common/acpi/platform.asl b/src/southbridge/intel/common/acpi/platform.asl
index b5da2b4af4..ec7d680ded 100644
--- a/src/southbridge/intel/common/acpi/platform.asl
+++ b/src/southbridge/intel/common/acpi/platform.asl
@@ -27,19 +27,6 @@ Method(TRAP, 1, Serialized)
}
#endif /* ACPI_SOC_NVS */
-/* The _PIC method is called by the OS to choose between interrupt
- * routing via the i8259 interrupt controller or the APIC.
- *
- * _PIC is called with a parameter of 0 for i8259 configuration and
- * with a parameter of 1 for Local Apic/IOAPIC configuration.
- */
-
-Method(_PIC, 1)
-{
- // Remember the OS' IRQ routing choice.
- PICM = Arg0
-}
-
Method(GOS, 0)
{
/* Determine the Operating System and save the value in OSYS.