[Skiboot] [PATCH 12/12] core/timer: Allow timer regular intervals

Deb McLemore debmc at linux.ibm.com
Fri Oct 18 08:53:25 AEDT 2019


During ipmi async flows we need the ipmi messages regularly
delivered.

Signed-off-by: Deb McLemore <debmc at linux.ibm.com>
---
 core/timer.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/timer.c b/core/timer.c
index 53b6616..ea84e82 100644
--- a/core/timer.c
+++ b/core/timer.c
@@ -296,7 +296,7 @@ void late_init_timers(void)
 	if (platform.heartbeat_time) {
 		heartbeat = platform.heartbeat_time();
 	} else if (p9_sbe_timer_ok()) {
-		heartbeat = HEARTBEAT_DEFAULT_MS * 10;
+		heartbeat = HEARTBEAT_DEFAULT_MS;
 	} else if (p8_sbe_timer_ok()) {
 		heartbeat = HEARTBEAT_DEFAULT_MS * 10;
 	}
-- 
2.7.4



More information about the Skiboot mailing list