Re: [PATCH 2/8] Fix delivery of unaligned access exceptions.

2021-06-05 Thread Richard Henderson
On 6/2/21 8:53 PM, Jason Thorpe wrote: In the unaligned access exception vector, actually pass the return PC in the exception frame. This is required in order for unaligned access fixup handlers in the operating system to work. Signed-off-by: Jason Thorpe --- pal.S | 2 +- 1 file changed, 1

[PATCH 2/8] Fix delivery of unaligned access exceptions.

2021-06-02 Thread Jason Thorpe
In the unaligned access exception vector, actually pass the return PC in the exception frame. This is required in order for unaligned access fixup handlers in the operating system to work. Signed-off-by: Jason Thorpe --- pal.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/