commit | f215287bd59c28443efe6118e7e958be733ce727 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Mar 16 07:44:35 2016 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Thu Mar 17 10:27:27 2016 +0800 |
tree | fa7546b7a988b13635f4d2a2128db6ca5c608905 | |
parent | 9ab60493c9cf018e82b0a6d0f2f35792dfb12ba9 [diff] |
dhry: Correct dhrystone calculation for fast machines At present samus reports about 5600 DMIPS. With the default iteration count this is OK, but if 10 million runs are performed it overflows. Fix it. Signed-off-by: Simon Glass <sjg@chromium.org>