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/kernel/exception.C | |
| 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/kernel/exception.C')
| -rw-r--r-- | src/kernel/exception.C | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/exception.C b/src/kernel/exception.C index 6ce01bc96..78f43d581 100644 --- a/src/kernel/exception.C +++ b/src/kernel/exception.C @@ -205,7 +205,7 @@ void kernel_execute_softpatch() { case CORE_POWER7: case CORE_POWER7_PLUS: - case CORE_POWER8_SALERNO: // @TODO: Verify same procedure. + case CORE_POWER8_MURANO: // @TODO: Verify same procedure. case CORE_POWER8_VENICE: // @TODO: Verify same procedure. case CORE_UNKNOWN: p7_softpatch_denorm_assist(t->fp_context); |

