Skip to content

Commit

Permalink
Revert "hw/slw.c: Offline code still uses p8 bits"
Browse files Browse the repository at this point in the history
This reverts commit 0a27103.

Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
  • Loading branch information
stewartsmith committed Sep 19, 2017
1 parent bda3fed commit 3c79b3d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions hw/slw.c
Original file line number Diff line number Diff line change
Expand Up @@ -1407,9 +1407,6 @@ int64_t opal_slw_set_reg(uint64_t cpu_pir, uint64_t sprn, uint64_t val)
int i;
int spr_is_supported = 0;

if (proc_gen == proc_gen_p9)
return OPAL_UNSUPPORTED;

assert(c);
chip = get_chip(c->chip_id);
assert(chip);
Expand Down

0 comments on commit 3c79b3d

Please sign in to comment.