Skip to content
Open
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
14 changes: 0 additions & 14 deletions oneplus/hmbird/fengchi_OP-PAD-3-SM8750_A16.patch
Original file line number Diff line number Diff line change
Expand Up @@ -365,20 +365,6 @@ index ba49d7bd2b67..dd6b1d58af01 100755
#define MAX_SCHEDULE_TIMEOUT LONG_MAX

extern long schedule_timeout(long timeout);
@@ -1523,13 +1520,8 @@ struct task_struct {
*/
struct callback_head l1d_flush_kill;
#endif
-#ifdef CONFIG_SLIM_SCHED
- ANDROID_KABI_USE(1, unsigned long sched_prop);
- ANDROID_KABI_USE(2, struct sched_ext_entity *scx);
-#else
ANDROID_KABI_RESERVE(1);
ANDROID_KABI_RESERVE(2);
-#endif
ANDROID_KABI_RESERVE(3);
ANDROID_KABI_RESERVE(4);
ANDROID_KABI_RESERVE(5);
@@ -1933,6 +1925,91 @@ static inline int task_nice(const struct task_struct *p)
return PRIO_TO_NICE((p)->static_prio);
}
Expand Down