summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-09-06 19:43:55 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-09-06 19:43:55 +0000
commit7bc85f60881b8deddb6e397ff95a78563c0f3d44 (patch)
tree3994cb0c4e90923c01737c04d170208d537fc58e
parent2d24d8e2a661b0a718d2aefeaddf99a0d9cbf549 (diff)
parent464f286b6c016a79adf7339d06267efecd083d6e (diff)
downloadmsm-android-msm-eos-5.15-tm-wear-kr3-pixel-watch.tar.gz
Merge cherrypicks of ['partner-android-review.googlesource.com/2577953'] into android13-msm-pixelwatch-5.15-eos-release.android-wear-13.0.0_r0.4android-msm-eos-5.15-tm-wear-kr3-pixel-watch
Change-Id: Iea6b4b080697c160679894b5b9e4a8d0cb05598f
-rw-r--r--kernel/sched/walt/walt.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/kernel/sched/walt/walt.c b/kernel/sched/walt/walt.c
index eb393f490696..e122820446d5 100644
--- a/kernel/sched/walt/walt.c
+++ b/kernel/sched/walt/walt.c
@@ -1056,7 +1056,7 @@ static void migrate_busy_time_subtraction(struct task_struct *p, int new_cpu)
if (wts->window_start != src_wrq->window_start)
WALT_BUG(WALT_BUG_WALT, p,
"CPU%d: %s task %s(%d)'s ws=%llu not equal to src_rq %d's ws=%llu",
- __func__, raw_smp_processor_id(), p->comm, p->pid,
+ raw_smp_processor_id(), __func__, p->comm, p->pid,
wts->window_start, src_rq->cpu, src_wrq->window_start);
@@ -1125,7 +1125,7 @@ static void migrate_busy_time_addition(struct task_struct *p, int new_cpu, u64 w
if (wts->window_start != dest_wrq->window_start)
WALT_BUG(WALT_BUG_WALT, p,
"CPU%d: %s task %s(%d)'s ws=%llu not equal to dest_rq %d's ws=%llu",
- __func__, raw_smp_processor_id(), p->comm, p->pid,
+ raw_smp_processor_id(), __func__, p->comm, p->pid,
wts->window_start, dest_rq->cpu, dest_wrq->window_start);
new_task = is_new_task(p);
@@ -1725,7 +1725,7 @@ static void update_cpu_busy_time(struct task_struct *p, struct rq *rq,
if (wts->window_start != wrq->window_start)
WALT_BUG(WALT_BUG_WALT, p,
"CPU%d: %s task %s(%d)'s ws=%llu not equal to rq %d's ws=%llu",
- __func__, raw_smp_processor_id(), p->comm, p->pid,
+ raw_smp_processor_id(), __func__, p->comm, p->pid,
wts->window_start, rq->cpu, wrq->window_start);
if (!new_window) {
@@ -3336,7 +3336,7 @@ static void transfer_busy_time(struct rq *rq,
if (wts->window_start != wrq->window_start)
WALT_BUG(WALT_BUG_WALT, p,
"CPU%d: %s event=%d task %s(%d)'s ws=%llu not equal to rq %d's ws=%llu",
- __func__, raw_smp_processor_id(), event, p->comm, p->pid,
+ raw_smp_processor_id(), __func__, event, p->comm, p->pid,
wts->window_start, rq->cpu, wrq->window_start);
new_task = is_new_task(p);