Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6c94b1ee authored by David S. Miller's avatar David S. Miller
Browse files

sparc64: Fix PREEMPT_ACTIVE value.



It currently overlaps the NMI bit.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent ec687886
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -111,7 +111,7 @@ struct thread_info {
#define THREAD_SHIFT PAGE_SHIFT
#endif /* PAGE_SHIFT == 13 */

#define PREEMPT_ACTIVE		0x4000000
#define PREEMPT_ACTIVE		0x10000000

/*
 * macros/functions for gaining access to the thread information structure