AGESA: Remove redundant and invalid IRQ routing
commit627d7906517db4bff31151584ae397ebc0e39c0a
authorKyösti Mälkki <kyosti.malkki@gmail.com>
Thu, 2 Mar 2017 21:36:08 +0000 (2 23:36 +0200)
committerKyösti Mälkki <kyosti.malkki@gmail.com>
Tue, 7 Mar 2017 00:11:47 +0000 (7 01:11 +0100)
tree35bc096e3c200081e73e55b93b8b190d0d6299d5
parent7580e4f3d23806ffd83de3cf74f41370c3b8bbe4
AGESA: Remove redundant and invalid IRQ routing

The size of the array did not match that of the actual
allocation. Furthermore, the tables are written as
part of set_pci_irqs() in hudson/pci.c.

Also the removed code was never reached runtime, as it is
only executed on ACPI S3 resume path that is currently
disabled.

Change-Id: If1c47d53a7656bdff40d93fc132c8c057184ae46
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/18587
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
src/southbridge/amd/agesa/hudson/agesawrapper.c