diff options
| author | Patrick Williams <iawillia@us.ibm.com> | 2012-07-17 21:57:58 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2012-07-28 13:04:48 -0500 |
| commit | b866f4173f605d8dcdf83b3239dd7fb9a5a8768b (patch) | |
| tree | abb7ddef100518198c44202293d9042b8922ae50 /src/include/kernel/syscalls.H | |
| parent | ac9ad22f261cd391c0d5163e82ff02ae4929f820 (diff) | |
| download | blackbird-hostboot-b866f4173f605d8dcdf83b3239dd7fb9a5a8768b.tar.gz blackbird-hostboot-b866f4173f605d8dcdf83b3239dd7fb9a5a8768b.zip | |
Execute 'doze' in idle loop.
Change-Id: Ifd611129c2d7173b5e0dec36c870e06a4d851009
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1384
Tested-by: Jenkins Server
Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/kernel/syscalls.H')
| -rw-r--r-- | src/include/kernel/syscalls.H | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/kernel/syscalls.H b/src/include/kernel/syscalls.H index 28e13628c..5523fc158 100644 --- a/src/include/kernel/syscalls.H +++ b/src/include/kernel/syscalls.H @@ -92,6 +92,8 @@ namespace Systemcalls MISC_CPUSTARTCORE, /** cpu_spr_value() */ MISC_CPUSPRVALUE, + /** cpu_doze() - Hidden syscall */ + MISC_CPUDOZE, /** mm_alloc_block() */ MM_ALLOC_BLOCK, |

