summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/sys/internode.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/include/sys/internode.h b/src/include/sys/internode.h
index 15cf6a93c..5581c1e6d 100644
--- a/src/include/sys/internode.h
+++ b/src/include/sys/internode.h
@@ -5,7 +5,9 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* COPYRIGHT International Business Machines Corp. 2014 */
+/* Contributors Listed Below - COPYRIGHT 2014,2018 */
+/* [+] International Business Machines Corp. */
+/* */
/* */
/* Licensed under the Apache License, Version 2.0 (the "License"); */
/* you may not use this file except in compliance with the License. */
@@ -34,8 +36,7 @@ enum internode_info_vals_t
enum intr_mpipl_sync_t
{
INTR_MPIPL_SYNC_CLEAR = 0,
- INTR_MPIPL_UPSTREAM_DISABLED = 1,
- INTR_MPIPL_DRAINED = 2,
+ INTR_MPIPL_INIT_COMPLETE = 1,
};
OpenPOWER on IntegriCloud