[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1264017638.5717.121.camel@jschopp-laptop>
Date: Wed, 20 Jan 2010 14:00:38 -0600
From: Joel Schopp <jschopp@...tin.ibm.com>
To: Peter Zijlstra <a.p.zijlstra@...llo.nl>
Cc: ego@...ibm.com, linuxppc-dev@...ts.ozlabs.org,
Ingo Molnar <mingo@...e.hu>, linux-kernel@...r.kernel.org,
benh@...nel.crashing.org, jschopp@...tin.ibm.com
Subject: [PATCH 0/2] sched: arch_scale_smt_powers
The new Power7 processor has 4 way SMT. This 4 way SMT benefits from
dynamic power updates that arch_scale_smt_power was designed to provide.
The first patch fixes a generic scheduler bug necessary for arch_scale_smt
to properly function. The second patch implements arch_scale_smt_power
for powerpc, and in particular for Power7 processors.
---
Gautham R Shenoy (1):
sched: Fix the place where group powers are updated.
Joel Schopp (1):
powerpc: implement arch_scale_smt_power for Power7
arch/powerpc/kernel/smp.c | 41 +++++++++++++++++++++++++++++++++++++++++
kernel/sched.c | 7 +++----
kernel/sched_features.h | 2 +-
3 files changed, 45 insertions(+), 5 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists