[commit] r1812 - cpu/x86/pc/olpc
Author: wmb Date: Tue May 18 05:44:02 2010 New Revision: 1812 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/1812 Log: OLPC trac 10146 - tweak to last checkin for even more reliable timer selftest. Modified: cpu/x86/pc/olpc/timertest.fth Modified: cpu/x86/pc/olpc/timertest.fth ============================================================================== --- cpu/x86/pc/olpc/timertest.fth Tue May 18 01:31:18 2010 (r1811) +++ cpu/x86/pc/olpc/timertest.fth Tue May 18 05:44:02 2010 (r1812) @@ -9,7 +9,7 @@ \ depend on being able to see any specific value. : wait-rollover ( -- error? ) get-msecs d# 100 + begin ( time-limit ) - 0 count@ 5 < if drop false exit then + 0 count@ 6 < if drop false exit then dup get-msecs - ( time-limit diff ) 0<= until drop true
participants (1)
-
repository service