Skip to content

Commit

Permalink
Revert "Final Fix for a test"
Browse files Browse the repository at this point in the history
This reverts commit 45e010a.
  • Loading branch information
PlaidCat committed Jan 15, 2025
1 parent 323b26d commit 30feb89
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 @@ -700,7 +700,7 @@ struct task_struct_rh {
#endif

/* pointer back to the main task_struct */
struct task_struct *task_struct; // ooops only break;
struct task_struct *task_struct // ooops only break;
int trc_reader_nesting;
int trc_ipi_to_cpu;
union rcu_special trc_reader_special;
Expand Down

0 comments on commit 30feb89

Please sign in to comment.