Message ID | d1dfc82e8fb7ccb3975e58aabef8c24dbe224601.camel@kernel.org |
---|---|
State | New |
Headers | show |
Series | [ANNOUNCE] 5.4.182-rt72 | expand |
diff --git a/include/linux/sched.h b/include/linux/sched.h index e1dfb01f4623..91f1aac3c86a 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -802,14 +802,6 @@ struct task_struct { /* to be used once the psi infrastructure lands upstream. */ unsigned use_memdelay:1; #endif -#ifdef CONFIG_PSI - /* Stalled due to lack of memory */ - unsigned in_memstall:1; -#endif -#ifdef CONFIG_PAGE_OWNER - /* Used by page_owner=on to detect recursion in page tracking. */ - unsigned in_page_owner:1; -#endif #ifdef CONFIG_EVENTFD /* Recursion prevention for eventfd_signal() */ unsigned in_eventfd_signal:1; diff --git a/localversion-rt b/localversion-rt index f38a3cc7f310..2c95a3cdbcb8 100644 --- a/localversion-rt +++ b/localversion-rt @@ -1 +1 @@ --rt71 +-rt72