Skip to content

Commit

Permalink
target-ppc: pass pvr as power8_dd1
Browse files Browse the repository at this point in the history
This is to disable dbell in the pseries kernel

Signed-off-by: Nikunj A Dadhania <nikunj@linux.vnet.ibm.com>
  • Loading branch information
nikunjad committed Aug 11, 2016
1 parent 8c4b3b5 commit 2c10052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target-ppc/cpu-models.h
Expand Up @@ -559,7 +559,7 @@ enum {
CPU_POWERPC_POWER8E_BASE = 0x004B0000,
CPU_POWERPC_POWER8E_v21 = 0x004B0201,
CPU_POWERPC_POWER8_BASE = 0x004D0000,
CPU_POWERPC_POWER8_v20 = 0x004D0200,
CPU_POWERPC_POWER8_v20 = 0x004D0100,
CPU_POWERPC_POWER8NVL_BASE = 0x004C0000,
CPU_POWERPC_POWER8NVL_v10 = 0x004C0100,
CPU_POWERPC_POWER9_BASE = 0x004E0000,
Expand Down

0 comments on commit 2c10052

Please sign in to comment.