diff options
author | Doug Gilbert <dgilbert@us.ibm.com> | 2012-04-24 15:19:05 -0500 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2012-05-11 11:58:16 -0500 |
commit | 6a973157399568435df01e097e17aabc6be76e65 (patch) | |
tree | 30e2b371af39c710ab54fc6368c08a76ccf6842b /src/include/sys | |
parent | b8ce91454366ae12a4cd510c26f1e87a6629b185 (diff) | |
download | talos-hostboot-6a973157399568435df01e097e17aabc6be76e65.tar.gz talos-hostboot-6a973157399568435df01e097e17aabc6be76e65.zip |
INTR set IPCBAR scom reg on init and add INTR shutdown interface
RTC: 39730
Change-Id: Ib548202f6f935b46cd92e0ddbf48d19b5ff6679a
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/977
Tested-by: Jenkins Server
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/sys')
-rw-r--r-- | src/include/sys/msg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/sys/msg.h b/src/include/sys/msg.h index 4bbf0b265..91dd51ce9 100644 --- a/src/include/sys/msg.h +++ b/src/include/sys/msg.h @@ -61,6 +61,7 @@ enum msg_sys_types_t MSG_INTR_EXTERN, //!< Msg sent from kernel to user space on ext intr MSG_INTR_ADD_CPU, //!< Add cpu core, data[0] = cpuid (PIR) + MSG_INTR_REMOVE_CPU,//!< un-configure intrp on cpu core, data[0] = cpuid }; // System-defined root queue types |