* [PATCH] x86/resctrl: remove unused variable
@ 2019-03-09 17:29 Peng Hao
2019-03-24 21:10 ` [tip:x86/urgent] x86/resctrl: Remove " tip-bot for Peng Hao
2019-03-24 21:16 ` tip-bot for Peng Hao
0 siblings, 2 replies; 3+ messages in thread
From: Peng Hao @ 2019-03-09 17:29 UTC (permalink / raw)
To: tglx, mingo; +Cc: x86, linux-kernel, Peng Hao
Variable "struct rdt_resource *r" is set but not used. So remove it.
Signed-off-by: Peng Hao <peng.hao2@zte.com.cn>
---
arch/x86/kernel/cpu/resctrl/monitor.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/arch/x86/kernel/cpu/resctrl/monitor.c b/arch/x86/kernel/cpu/resctrl/monitor.c
index f33f11f..1573a0a 100644
--- a/arch/x86/kernel/cpu/resctrl/monitor.c
+++ b/arch/x86/kernel/cpu/resctrl/monitor.c
@@ -501,11 +501,8 @@ void cqm_handle_limbo(struct work_struct *work)
void cqm_setup_limbo_handler(struct rdt_domain *dom, unsigned long delay_ms)
{
unsigned long delay = msecs_to_jiffies(delay_ms);
- struct rdt_resource *r;
int cpu;
- r = &rdt_resources_all[RDT_RESOURCE_L3];
-
cpu = cpumask_any(&dom->cpu_mask);
dom->cqm_work_cpu = cpu;
--
1.8.3.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [tip:x86/urgent] x86/resctrl: Remove unused variable
2019-03-09 17:29 [PATCH] x86/resctrl: remove unused variable Peng Hao
@ 2019-03-24 21:10 ` tip-bot for Peng Hao
2019-03-24 21:16 ` tip-bot for Peng Hao
1 sibling, 0 replies; 3+ messages in thread
From: tip-bot for Peng Hao @ 2019-03-24 21:10 UTC (permalink / raw)
To: linux-tip-commits; +Cc: peng.hao2, linux-kernel, mingo, hpa, tglx
Commit-ID: cec67c6ea58c6cca9234b7b551f3d66296bc1e69
Gitweb: https://git.kernel.org/tip/cec67c6ea58c6cca9234b7b551f3d66296bc1e69
Author: Peng Hao <peng.hao2@zte.com.cn>
AuthorDate: Sun, 10 Mar 2019 01:29:44 +0800
Committer: Thomas Gleixner <tglx@linutronix.de>
CommitDate: Sun, 24 Mar 2019 22:07:46 +0100
x86/resctrl: Remove unused variable
Variable "struct rdt_resource *r" is set but not used. So remove it.
Signed-off-by: Peng Hao <peng.hao2@zte.com.cn>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lkml.kernel.org/r/1552152584-26087-1-git-send-email-peng.hao2@zte.com.cn
---
arch/x86/kernel/cpu/resctrl/monitor.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/arch/x86/kernel/cpu/resctrl/monitor.c b/arch/x86/kernel/cpu/resctrl/monitor.c
index f33f11f69078..1573a0a6b525 100644
--- a/arch/x86/kernel/cpu/resctrl/monitor.c
+++ b/arch/x86/kernel/cpu/resctrl/monitor.c
@@ -501,11 +501,8 @@ out_unlock:
void cqm_setup_limbo_handler(struct rdt_domain *dom, unsigned long delay_ms)
{
unsigned long delay = msecs_to_jiffies(delay_ms);
- struct rdt_resource *r;
int cpu;
- r = &rdt_resources_all[RDT_RESOURCE_L3];
-
cpu = cpumask_any(&dom->cpu_mask);
dom->cqm_work_cpu = cpu;
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [tip:x86/urgent] x86/resctrl: Remove unused variable
2019-03-09 17:29 [PATCH] x86/resctrl: remove unused variable Peng Hao
2019-03-24 21:10 ` [tip:x86/urgent] x86/resctrl: Remove " tip-bot for Peng Hao
@ 2019-03-24 21:16 ` tip-bot for Peng Hao
1 sibling, 0 replies; 3+ messages in thread
From: tip-bot for Peng Hao @ 2019-03-24 21:16 UTC (permalink / raw)
To: linux-tip-commits; +Cc: linux-kernel, peng.hao2, tglx, hpa, mingo
Commit-ID: 7f2daa96759b0700ad28579133aa91bc663632a7
Gitweb: https://git.kernel.org/tip/7f2daa96759b0700ad28579133aa91bc663632a7
Author: Peng Hao <peng.hao2@zte.com.cn>
AuthorDate: Sun, 10 Mar 2019 01:29:44 +0800
Committer: Thomas Gleixner <tglx@linutronix.de>
CommitDate: Sun, 24 Mar 2019 22:09:27 +0100
x86/resctrl: Remove unused variable
Variable "struct rdt_resource *r" is set but not used. So remove it.
Signed-off-by: Peng Hao <peng.hao2@zte.com.cn>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lkml.kernel.org/r/1552152584-26087-1-git-send-email-peng.hao2@zte.com.cn
---
arch/x86/kernel/cpu/resctrl/monitor.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/arch/x86/kernel/cpu/resctrl/monitor.c b/arch/x86/kernel/cpu/resctrl/monitor.c
index f33f11f69078..1573a0a6b525 100644
--- a/arch/x86/kernel/cpu/resctrl/monitor.c
+++ b/arch/x86/kernel/cpu/resctrl/monitor.c
@@ -501,11 +501,8 @@ out_unlock:
void cqm_setup_limbo_handler(struct rdt_domain *dom, unsigned long delay_ms)
{
unsigned long delay = msecs_to_jiffies(delay_ms);
- struct rdt_resource *r;
int cpu;
- r = &rdt_resources_all[RDT_RESOURCE_L3];
-
cpu = cpumask_any(&dom->cpu_mask);
dom->cqm_work_cpu = cpu;
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-03-24 21:16 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-09 17:29 [PATCH] x86/resctrl: remove unused variable Peng Hao
2019-03-24 21:10 ` [tip:x86/urgent] x86/resctrl: Remove " tip-bot for Peng Hao
2019-03-24 21:16 ` tip-bot for Peng Hao
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.