mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 11:37:06 +02:00
sched/walt: Fix newline issues
Fix newline issues in MVP tasks code. Change-Id: I0d0ee2ae5e50b5b4310544d4c1fb818bff998773 Signed-off-by: Pavankumar Kondeti <pkondeti@codeaurora.org>
This commit is contained in:
parent
4dcd5a2a02
commit
fafe5c1f61
|
|
@ -868,7 +868,6 @@ static inline bool walt_fair_task(struct task_struct *p)
|
|||
return p->prio >= MAX_RT_PRIO && !is_idle_task(p);
|
||||
}
|
||||
|
||||
|
||||
#define WALT_MVP_SLICE 3000000U
|
||||
#define WALT_MVP_LIMIT (4 * WALT_MVP_SLICE)
|
||||
|
||||
|
|
|
|||
|
|
@ -742,6 +742,7 @@ static void binder_restore_priority_hook(void *data,
|
|||
wts->boost = bndrtrans->android_vendor_data1;
|
||||
|
||||
}
|
||||
|
||||
/*
|
||||
* Higher prio mvp can preempt lower prio mvp.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user