diff --git a/repos/os/run/cpu_quota.run b/repos/os/run/cpu_quota.run index cafdd7ffe0..f89083fff0 100644 --- a/repos/os/run/cpu_quota.run +++ b/repos/os/run/cpu_quota.run @@ -139,15 +139,6 @@ proc check_counter { name opt cnt total_cnt } { set tol 0.01 set is 0 - # - # On X86, the timer driver uses the PIT with a maximum timeout of 54 ms. - # Thus, the driver frequently interrupts the counters with highest - # priority to update the timer. This is why we need a higher error - # tolerance as for ARM where the driver, once configured, can sleep for - # the whole test timeout. - # - if {[have_spec x86]} { set tol 0.02 } - # # Zynq is currently tested merely in Qemu and most likely because of # that, the results are less precise.