diff options
Diffstat (limited to 'src/include/kernel/cpumgr.H')
| -rw-r--r-- | src/include/kernel/cpumgr.H | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/kernel/cpumgr.H b/src/include/kernel/cpumgr.H index fc562521d..c3c8387d9 100644 --- a/src/include/kernel/cpumgr.H +++ b/src/include/kernel/cpumgr.H @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2010,2016 */ +/* Contributors Listed Below - COPYRIGHT 2010,2017 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -78,7 +78,7 @@ class CpuManager /** @fn requestShutdown * Requests that all CPUs shutdown */ - static void requestShutdown(uint64_t i_status); + static void requestShutdown(uint64_t i_status, uint32_t i_error_data=0); /** @fn isShutdownRequested * Returns if a shutdown of all CPUs was requested |

