]> Zhao Yanbai Git Server - minix.git/commitdiff
fix - forgotten debug print
authorTomas Hruby <tom@minix3.org>
Sun, 19 Sep 2010 15:54:31 +0000 (15:54 +0000)
committerTomas Hruby <tom@minix3.org>
Sun, 19 Sep 2010 15:54:31 +0000 (15:54 +0000)
kernel/arch/i386/arch_clock.c

index db5b65c9add0c615ca2a36dc35757880a4ab4bf2..59d06652a7d233a3e9a612d6fa1bafd56ab31dac 100644 (file)
@@ -309,7 +309,6 @@ PUBLIC short cpu_load(void)
                busy = sub64(tsc_delta, idle_delta);
                busy = mul64(busy, make64(100, 0));
                load = div64(busy, tsc_delta).lo;
-               printf("CPULOAD %d\n", load);
 
                if (load > 100)
                        load = 100;