From fa6a85c8501c0f5566992ecd2ed98f2eaae77f7f Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Mon, 25 Jan 2021 17:01:52 +0200 Subject: sb,soc/amd: Drop empty CIRQ call from _PIC MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Iaa51e0530a3f72456d3d4e7a0c55b768ba63e322 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/coreboot/+/49904 Reviewed-by: Nico Huber Reviewed-by: Felix Held Reviewed-by: Arthur Heymans Reviewed-by: Angel Pons Tested-by: build bot (Jenkins) --- src/soc/amd/stoneyridge/acpi/pci_int.asl | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/soc') diff --git a/src/soc/amd/stoneyridge/acpi/pci_int.asl b/src/soc/amd/stoneyridge/acpi/pci_int.asl index e7fc96d77a..d558e651f5 100644 --- a/src/soc/amd/stoneyridge/acpi/pci_int.asl +++ b/src/soc/amd/stoneyridge/acpi/pci_int.asl @@ -105,16 +105,9 @@ Method(\_PIC, 0x01, NotSerialized) { - If (Arg0) - { - \_SB.CIRQ() - } PICM = Arg0 } - Method(CIRQ, 0x00, NotSerialized){ - } - Name(IRQB, ResourceTemplate(){ IRQ(Level,ActiveLow,Shared){15} }) -- cgit v1.2.3