mirror of
https://github.com/armbian/linux.git
synced 2026-01-06 10:13:00 -08:00
These two bits were accesses non-atomically from assembler code. So, in order to eliminate any potential races resulting from that, move these pieces of state into two bytes elsewhere in struct thread_info. Signed-off-by: David S. Miller <davem@davemloft.net>