mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-07-20 23:55:19 +00: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>