Skip to content

Commit

Permalink
slw: Enable stop states on P9P
Browse files Browse the repository at this point in the history
Enable stop states on P9P for the Swift platform.

Signed-off-by: Ryan Grimm <grimm@linux.ibm.com>
[oliver: fixed patch title]
Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
  • Loading branch information
Ryan Grimm authored and oohal committed Sep 6, 2019
1 parent a786496 commit 689f446
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hw/slw.c
Expand Up @@ -771,7 +771,8 @@ void add_cpu_idle_state_properties(void)
chip = next_chip(NULL);
assert(chip);
if (chip->type == PROC_CHIP_P9_NIMBUS ||
chip->type == PROC_CHIP_P9_CUMULUS) {
chip->type == PROC_CHIP_P9_CUMULUS ||
chip->type == PROC_CHIP_P9P) {
if (proc_chip_quirks & QUIRK_MAMBO_CALLOUTS) {
states = power9_mambo_cpu_idle_states;
nr_states = ARRAY_SIZE(power9_mambo_cpu_idle_states);
Expand Down

0 comments on commit 689f446

Please sign in to comment.