diff options
Diffstat (limited to 'src/include/kernel/syscalls.H')
-rw-r--r-- | src/include/kernel/syscalls.H | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/kernel/syscalls.H b/src/include/kernel/syscalls.H index 951f55fac..35c6a5fe8 100644 --- a/src/include/kernel/syscalls.H +++ b/src/include/kernel/syscalls.H @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2010,2014 */ +/* Contributors Listed Below - COPYRIGHT 2010,2017 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -93,6 +93,8 @@ namespace Systemcalls MISC_CPUSTARTCORE, /** cpu_spr_value() */ MISC_CPUSPRVALUE, + /** cpu_spr_set() */ + MISC_CPUSPRSET, /** cpu_nap() - Hidden syscall */ MISC_CPUNAP, /** cpu_master_winkle() */ |