summaryrefslogtreecommitdiffstats
path: root/src/kernel/exception.C
diff options
context:
space:
mode:
authorBrian Silver <bsilver@us.ibm.com>2014-05-27 11:19:37 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-06-23 14:30:17 -0500
commit7ae7a98c92c8833fa5707e78f55c89281a39c244 (patch)
treee22128bfb4936b93e1dfd13535535c819945e572 /src/kernel/exception.C
parentc2c12d0e18a6104d9e37070a2b18f7881afc5dc9 (diff)
downloadtalos-hostboot-7ae7a98c92c8833fa5707e78f55c89281a39c244.tar.gz
talos-hostboot-7ae7a98c92c8833fa5707e78f55c89281a39c244.zip
Add Naples support to the kernel
Change-Id: Ie748454257938103bdb76d7ac1b5d425bc97d348 RTC: 107941 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11298 Tested-by: Jenkins Server Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/kernel/exception.C')
-rw-r--r--src/kernel/exception.C1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/kernel/exception.C b/src/kernel/exception.C
index 6cf595d9c..aff600225 100644
--- a/src/kernel/exception.C
+++ b/src/kernel/exception.C
@@ -279,6 +279,7 @@ void kernel_execute_softpatch()
{
case CORE_POWER8_MURANO:
case CORE_POWER8_VENICE:
+ case CORE_POWER8_NAPLES:
case CORE_UNKNOWN:
p8_softpatch_denorm_assist(t->fp_context);
break;
OpenPOWER on IntegriCloud