diff options
author | Brian Silver <bsilver@us.ibm.com> | 2014-07-01 13:34:34 -0500 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2014-07-01 21:03:21 -0500 |
commit | 002f4f892d82baed0ebe1efa2cbc81b1a14fde33 (patch) | |
tree | bdfa83a02ba20fa4835ca30def11c00af20760af /src/usr/intr/intrrp.H | |
parent | a7ba1d1f6b7fc901bcf06c6fcfe21b5b36da3106 (diff) | |
download | talos-hostboot-002f4f892d82baed0ebe1efa2cbc81b1a14fde33.tar.gz talos-hostboot-002f4f892d82baed0ebe1efa2cbc81b1a14fde33.zip |
Change CPU_WAKEUP_SECONDS to 2
Change-Id: I92a3511beddb650675101b6f853c219cac14876e
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11923
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/intr/intrrp.H')
-rw-r--r-- | src/usr/intr/intrrp.H | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/usr/intr/intrrp.H b/src/usr/intr/intrrp.H index b8ced2136..d7ca8e10c 100644 --- a/src/usr/intr/intrrp.H +++ b/src/usr/intr/intrrp.H @@ -5,7 +5,9 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* COPYRIGHT International Business Machines Corp. 2011,2014 */ +/* Contributors Listed Below - COPYRIGHT 2011,2014 */ +/* [+] 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. */ @@ -299,7 +301,8 @@ namespace INTR enum { - CPU_WAKEUP_SECONDS = 1, + // TODO: RTC 111512; change back to 1s + CPU_WAKEUP_SECONDS = 2, CPU_WAKEUP_INTERVAL_COUNT = 10, CPU_WAKEUP_INTERVAL_NS = (NS_PER_SEC * CPU_WAKEUP_SECONDS) / CPU_WAKEUP_INTERVAL_COUNT, |