mbox series

[0/2] sched, arm64: enable CONFIG_SCHED_SMT for arm64

Message ID 20200226164118.6405-1-valentin.schneider@arm.com (mailing list archive)
Headers show
Series sched, arm64: enable CONFIG_SCHED_SMT for arm64 | expand

Message

Valentin Schneider Feb. 26, 2020, 4:41 p.m. UTC
Hi,

Strictly speaking those two patches are independent, but I figured it would
make sense to send them together (since one led to the other).

Patch 1 adds a sanity check against EAS + SMT.
Patch 2 enables CONFIG_SCHED_SMT in the arm64 defconfig.

Cheers,
Valentin

Valentin Schneider (2):
  sched/topology: Don't enable EAS on SMT systems
  arm64: defconfig: enable CONFIG_SCHED_SMT

 arch/arm64/configs/defconfig | 1 +
 kernel/sched/topology.c      | 4 ++++
 2 files changed, 5 insertions(+)

--
2.24.0

Comments

Dietmar Eggemann Feb. 27, 2020, 4:32 p.m. UTC | #1
On 26.02.20 16:41, Valentin Schneider wrote:
> Hi,
> 
> Strictly speaking those two patches are independent, but I figured it would
> make sense to send them together (since one led to the other).
> 
> Patch 1 adds a sanity check against EAS + SMT.
> Patch 2 enables CONFIG_SCHED_SMT in the arm64 defconfig.
> 
> Cheers,
> Valentin

With those small questions in 1/2 and 2/2:

Reviewed-by: "Dietmar Eggemann <dietmar.eggemann@arm.com>"