On Wed, Oct 31, 2018 at 7:27 AM Peng Hao wrote:
>
> On some architectures (e.g. arm64), it's preferable to use MMIO, since
> this can be used standalone. Add MMIO support to the pvpanic driver.
> case ACPI_RESOURCE_TYPE_IO:
> - port = res->data.io.minimum;
> +
On some architectures (e.g. arm64), it's preferable to use MMIO, since
this can be used standalone. Add MMIO support to the pvpanic driver.
Signed-off-by: Peng Hao
---
drivers/misc/pvpanic.c | 20
1 file changed, 16 insertions(+), 4 deletions(-)
diff --git a/drivers/misc/pv