diff options
| author | Patrick Williams <iawillia@us.ibm.com> | 2012-03-02 14:46:53 -0600 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2012-03-21 16:10:12 -0500 |
| commit | 368e90dff4f15530ba286e90c3cee574f58a1783 (patch) | |
| tree | f1f86938caa4bec6ece00e966c5781fd52ac7175 /src/include/sys | |
| parent | 606503c551de7b751c6a0b78df2b0c43bd9446cd (diff) | |
| download | talos-hostboot-368e90dff4f15530ba286e90c3cee574f58a1783.tar.gz talos-hostboot-368e90dff4f15530ba286e90c3cee574f58a1783.zip | |
Support P8 mambo model and Murano proc.
RTC: 38206
Change-Id: Iab79041931db533ad6b6ebd057c1ef9fe4c4b8cc
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/714
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/sys')
| -rw-r--r-- | src/include/sys/misc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/sys/misc.h b/src/include/sys/misc.h index 59b6c10bd..d07c5afff 100644 --- a/src/include/sys/misc.h +++ b/src/include/sys/misc.h @@ -64,8 +64,8 @@ enum ProcessorCoreType /** Power7+ */ CORE_POWER7_PLUS, - /** Power8 "Salerno" (low-end) core */ - CORE_POWER8_SALERNO, + /** Power8 "Murano" (low-end) core */ + CORE_POWER8_MURANO, /** Power8 "Venice" (high-end) core */ CORE_POWER8_VENICE, |

