Skip to content

Commit

Permalink
Revert "[LTS 8.8-RT] Ooops all breaks"
Browse files Browse the repository at this point in the history
This reverts commit 713c260.
  • Loading branch information
PlaidCat committed Jan 23, 2025
1 parent 713c260 commit 67748dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/sched.h
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ struct task_struct_rh {
#endif

/* pointer back to the main task_struct */
struct task_struct *task_struct //oops all breaks
struct task_struct *task_struct;
int trc_reader_nesting;
int trc_ipi_to_cpu;
union rcu_special trc_reader_special;
Expand Down

0 comments on commit 67748dd

Please sign in to comment.