From 04fed6a1b7d8c0791d8442fc0ceee26e77e1b04c Mon Sep 17 00:00:00 2001 From: Benjamin Herrenschmidt Date: Fri, 20 Jul 2018 14:51:12 +1000 Subject: Don't pause when doing continuous clocking On POWER8, the SBE is too sensitive to clock fluctuations Signed-off-by: Benjamin Herrenschmidt --- cf-code/cf-fsi-fw.S | 1 - 1 file changed, 1 deletion(-) (limited to 'cf-code') diff --git a/cf-code/cf-fsi-fw.S b/cf-code/cf-fsi-fw.S index a65dd05..1cecac9 100644 --- a/cf-code/cf-fsi-fw.S +++ b/cf-code/cf-fsi-fw.S @@ -397,7 +397,6 @@ wait_cmd: and.l %d0,%d1 beq 1f clock_toggle - pause_nops %d1 bra wait_cmd /* Can we use STOP instructions ? */ -- cgit v1.2.1