Re: [RFC PATCH 3/6] arm64: Use update{,_tsk}_thread_flag()

2018-05-23 Thread Will Deacon
On Thu, Apr 19, 2018 at 11:58:45AM +0100, Dave Martin wrote: > This patch uses the new update_thread_flag() helpers to simplify a > couple of if () set; else clear; constructs. > > No functional change. > > Signed-off-by: Dave Martin > Cc: Catalin Marinas > Cc: Will Deacon > --- > arch/arm64/

[RFC PATCH 3/6] arm64: Use update{,_tsk}_thread_flag()

2018-04-19 Thread Dave Martin
This patch uses the new update_thread_flag() helpers to simplify a couple of if () set; else clear; constructs. No functional change. Signed-off-by: Dave Martin Cc: Catalin Marinas Cc: Will Deacon --- arch/arm64/kernel/fpsimd.c | 19 +++ 1 file changed, 7 insertions(+), 12 del