diff options
author | Furquan Shaikh <furquan@google.com> | 2020-07-13 22:34:39 -0700 |
---|---|---|
committer | Furquan Shaikh <furquan@google.com> | 2020-07-17 18:29:28 +0000 |
commit | d2b173657a5d9a48f8ec4f3f2cabb02dc161171b (patch) | |
tree | 5170c047ad182aa6e2beaece6410c88882f1d896 /src/soc | |
parent | c1122168dec25b72e3d46404fd229641e8d6196b (diff) |
soc/amd/picasso: Drop empty method CIRQ
This change drops empty method CIRQ() from pci_int.asl.
BUG=b:153879530
Signed-off-by: Furquan Shaikh <furquan@google.com>
Change-Id: Ib342dcbc52cfacbd73a8a50ee087d97562d94c97
Reviewed-on: https://review.coreboot.org/c/coreboot/+/43513
Reviewed-by: Raul Rangel <rrangel@chromium.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/amd/picasso/acpi/pci_int.asl | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/soc/amd/picasso/acpi/pci_int.asl b/src/soc/amd/picasso/acpi/pci_int.asl index 1f7951d6d2..2a2a561c8f 100644 --- a/src/soc/amd/picasso/acpi/pci_int.asl +++ b/src/soc/amd/picasso/acpi/pci_int.asl @@ -2,17 +2,10 @@ Method(\_PIC, 0x01, NotSerialized) { - If (Arg0) - { - \_SB.CIRQ() - } printf("PIC MODE: %o", Arg0) Store(Arg0, PMOD) } - Method(CIRQ, 0x00, NotSerialized){ - } - /* PIC Possible Resource Values */ Name(IRQP, ResourceTemplate() { Interrupt(ResourceConsumer, Level, ActiveLow, Exclusive, , , PIC){ |