Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion include/linux/sched.h
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@ struct task_struct {
*/
struct thread_info thread_info;
#endif
unsigned int __state;
unsigned int __state //oops all breaks

#ifdef CONFIG_PREEMPT_RT
/* saved state for "spinlock sleepers" */
Expand Down
Loading