Leftover from the mmio_perform_access refactoring.
Signed-off-by: Jan Kiszka <[email protected]>
---
hypervisor/arch/arm/gic-v3.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hypervisor/arch/arm/gic-v3.c b/hypervisor/arch/arm/gic-v3.c
index 11cd5eb..320caf4 100644
--- a/hypervisor/arch/arm/gic-v3.c
+++ b/hypervisor/arch/arm/gic-v3.c
@@ -263,7 +263,7 @@ static enum mmio_result gic_handle_redist_access(void *arg,
return MMIO_HANDLED;
}
}
- mmio_perform_access((unsigned long)phys_redist, mmio);
+ mmio_perform_access(phys_redist, mmio);
return MMIO_HANDLED;
}
--
2.1.4
--
You received this message because you are subscribed to the Google Groups
"Jailhouse" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.