[Skiboot] [PATCH v3 1/3] core/timer: Actually use default heartbeat value

Stewart Smith stewart at linux.vnet.ibm.com
Fri Jul 22 17:52:55 AEST 2016


Chris Smart <chris at distroguy.com> writes:
> HEARTBEAT_DEFAULT_MS sets the default heartbeat timeout, however this
> was not actually used as the default. The default was ten times quicker
> than this (HEARTBEAT_DEFAULT_MS / 10) while HEARTBEAT_DEFAULT_MS was
> actually used as a special case for FSP machines or those with SLW
> timer facility.
>
> This patch makes the default use HEARTBEAT_DEFAULT_MS and changes FSP
> or machines with SLW timer facility run 10 times slower
> (HEARTBEAT_DEFAULT_MS * 10). This will also now match the existing
> in-line comment.
>
> Signed-off-by: Chris Smart <chris at distroguy.com>

Thanks, series merged to master as of 37078693ae750777a85266500a64e71e3fa83f58

-- 
Stewart Smith
OPAL Architect, IBM.



More information about the Skiboot mailing list