|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Minios-devel] [UNIKRAFT RFC PATCH 2/2] plat/common: Add a trap function to handle Arm64 irq trap
Hi, On 20/11/2018 10:18, Jianyong Wu wrote: From: Wei Chen <wei.chen@xxxxxxx> Signed-off-by: Wei Chen <wei.chen@xxxxxxx> --- plat/common/arm/traps.c | 25 +++++++++++++++++++++++++ plat/kvm/arm/exceptions.S | 10 +++++++++- 2 files changed, 34 insertions(+), 1 deletion(-) diff --git a/plat/common/arm/traps.c b/plat/common/arm/traps.c index 43235be..df1b5c7 100644 --- a/plat/common/arm/traps.c +++ b/plat/common/arm/traps.c @@ -23,6 +23,7 @@ #include <string.h> #include <uk/print.h> #include <uk/assert.h> +#include <arm/gic-v2.h>static const char *exception_modes[]= { Can you explain why you need an isb() after gic_eoi_irq?On the previous patch the isb() was just before _ukplat_irq_handle(). The position made sense because you want to ensure that all the system registers are synchronized after receiving the interrupt (see [1]). Cheers, [1] https://lists.xenproject.org/archives/html/xen-devel/2018-10/msg01802.html -- Julien Grall _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |