diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2021-01-25 17:01:52 +0200 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2021-02-14 21:35:11 +0000 |
commit | fa6a85c8501c0f5566992ecd2ed98f2eaae77f7f (patch) | |
tree | 7ab197aeb19cf5e46061b3aa0f256eff14340720 /src/soc/amd | |
parent | 3942a902cd74c575aee0c2edb803e43150acbd15 (diff) |
sb,soc/amd: Drop empty CIRQ call from _PIC
Change-Id: Iaa51e0530a3f72456d3d4e7a0c55b768ba63e322
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/49904
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/amd')
-rw-r--r-- | src/soc/amd/stoneyridge/acpi/pci_int.asl | 7 |
1 files changed, 0 insertions, 7 deletions
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} }) |