Re: [RESEND PATCH v2 1/2] sched/deadline: Add cpudl_maximum_dl() for clean-up

2017-11-13 Thread Daniel Bristot de Oliveira
t; >> -8<- >> >From 7735382d07ae6a61d740ae39ba2ecf169d43b8a2 Mon Sep 17 00:00:00 2001 >> From: Byungchul Park <byungchul.p...@lge.com> >> Date: Wed, 22 Mar 2017 14:25:56 +0900 >> Subject: [RESEND PATCH v2 1/2] sched/deadline: Add cpudl_maximum_dl() for >> clean-up >> >

Re: [RESEND PATCH v2 1/2] sched/deadline: Add cpudl_maximum_dl() for clean-up

2017-11-13 Thread Daniel Bristot de Oliveira
t; >> -8<- >> >From 7735382d07ae6a61d740ae39ba2ecf169d43b8a2 Mon Sep 17 00:00:00 2001 >> From: Byungchul Park >> Date: Wed, 22 Mar 2017 14:25:56 +0900 >> Subject: [RESEND PATCH v2 1/2] sched/deadline: Add cpudl_maximum_dl() for >> clean-up >> >> Current code uses cpudl_

[RESEND PATCH v2 1/2] sched/deadline: Add cpudl_maximum_dl() for clean-up

2017-11-01 Thread Byungchul Park
ect: [RESEND PATCH v2 1/2] sched/deadline: Add cpudl_maximum_dl() for clean-up Current code uses cpudl_maximum() to get the root node's cpu, while it directly accesses the root node like 'cp->elements[0].dl' to get the root node's dl. It would be more readible to add a function for the dl,

[RESEND PATCH v2 1/2] sched/deadline: Add cpudl_maximum_dl() for clean-up

2017-11-01 Thread Byungchul Park
Changes from v1 - Enhance commit msg - Prevent WARN in cpumask_test_cpu() in cpudl_find() when best_cpu == -1 -8<- >From 7735382d07ae6a61d740ae39ba2ecf169d43b8a2 Mon Sep 17 00:00:00 2001 From: Byungchul Park Date: Wed, 22 Mar 2017 14:25:56 +0900 Subject: [RESEND PATCH v2 1/2]

Re: [RESEND PATCH v2 1/2] sched/deadline: Add cpudl_maximum_dl() for clean-up

2017-10-27 Thread Byungchul Park
1 > From: Byungchul Park <byungchul.p...@lge.com> > Date: Wed, 22 Mar 2017 14:25:56 +0900 > Subject: [RESEND PATCH v2 1/2] sched/deadline: Add cpudl_maximum_dl() for > clean-up > > Current code uses cpudl_maximum() to get the root node's cpu, while it > directly acce

Re: [RESEND PATCH v2 1/2] sched/deadline: Add cpudl_maximum_dl() for clean-up

2017-10-27 Thread Byungchul Park
1 > From: Byungchul Park > Date: Wed, 22 Mar 2017 14:25:56 +0900 > Subject: [RESEND PATCH v2 1/2] sched/deadline: Add cpudl_maximum_dl() for > clean-up > > Current code uses cpudl_maximum() to get the root node's cpu, while it > directly accesses the root node like 'cp

Re: [RESEND PATCH v2 1/2] sched/deadline: Add cpudl_maximum_dl() for clean-up

2017-10-23 Thread Byungchul Park
1 > From: Byungchul Park <byungchul.p...@lge.com> > Date: Wed, 22 Mar 2017 14:25:56 +0900 > Subject: [RESEND PATCH v2 1/2] sched/deadline: Add cpudl_maximum_dl() for > clean-up > > Current code uses cpudl_maximum() to get the root node's cpu, while it > directly acce

Re: [RESEND PATCH v2 1/2] sched/deadline: Add cpudl_maximum_dl() for clean-up

2017-10-23 Thread Byungchul Park
1 > From: Byungchul Park > Date: Wed, 22 Mar 2017 14:25:56 +0900 > Subject: [RESEND PATCH v2 1/2] sched/deadline: Add cpudl_maximum_dl() for > clean-up > > Current code uses cpudl_maximum() to get the root node's cpu, while it > directly accesses the root node like 'cp

[RESEND PATCH v2 1/2] sched/deadline: Add cpudl_maximum_dl() for clean-up

2017-10-10 Thread Byungchul Park
ect: [RESEND PATCH v2 1/2] sched/deadline: Add cpudl_maximum_dl() for clean-up Current code uses cpudl_maximum() to get the root node's cpu, while it directly accesses the root node like 'cp->elements[0].dl' to get the root node's dl. It would be more readible to add a function for the dl,

[RESEND PATCH v2 1/2] sched/deadline: Add cpudl_maximum_dl() for clean-up

2017-10-10 Thread Byungchul Park
Changes from v1 - Enhance commit msg - Prevent WARN in cpumask_test_cpu() in cpudl_find() when best_cpu == -1 -8<- >From 7735382d07ae6a61d740ae39ba2ecf169d43b8a2 Mon Sep 17 00:00:00 2001 From: Byungchul Park Date: Wed, 22 Mar 2017 14:25:56 +0900 Subject: [RESEND PATCH v2 1/2]