On Monday 10 November 2014 19:47:10 al.stone@linaro.org wrote:
From: Mark Salter msalter@redhat.com
The current code provides placeholder weak functions for for raw_pci_read() and raw_pci_write(). This patch creates a global 'raw_pci_ops' variable which points to a struct containing read and write ops. The weak attribute is removed from raw_pci_read() and raw_pci_write() which will use the ops provided by the raw_pci_ops pointer.
Signed-off-by: Mark Salter msalter@redhat.com
This should not be required at all, just hardcode mmconfig for ACPI as the spec says.
Arnd