Re: [PATCH 2/2] nds32: Fix the unaligned access handler

From: Greentime Hu
Date: Tue May 08 2018 - 09:45:27 EST


2018-05-07 14:45 GMT+08:00 Nickhu <nickhu@xxxxxxxxxxxxx>:
> If the kernel config 'CONFIG_ALIGNMENT_TRAP' and the file
> '/proc/sys/nds32/unaligned_access/enable' are set, the kernel
> unaligned access handler does not handle correctly when the
> value of immediate field is negative. This commit fixes the
> unaligned access handler in kernel.
>
> Signed-off-by: Nickhu <nickhu@xxxxxxxxxxxxx>

Thank you, Nick.
Reviewed-by: Greentime Hu <greentime@xxxxxxxxxxxxx>