2.4.13ac2: small patch to arch/alpha/kernel/time.c needed for compilation

Jurriaan (thunder7@xs4all.nl)
Sat, 27 Oct 2001 16:39:43 +0200


--- linux-2.4.13ac2/arch/alpha/kernel/time.c Sat Oct 27 14:52:30 2001
+++ linux-2.4.13ac2-new/arch/alpha/kernel/time.c Sat Oct 27 14:47:37 2001
@@ -209,7 +209,7 @@
return cc;

if (cc < (cpu_hz[index].min - FREQ_DEVIATION)
- || cc > (cpu_hz[index].max + FREQ_DEVIATION)
+ || cc > (cpu_hz[index].max + FREQ_DEVIATION))
return 0;

return cc;

It really speaks for itself.

Good luck,
Jurriaan

-- 
If all is not lost, then where is it?
	Anonymous
GNU/Linux 2.4.13-ac2 SMP/ReiserFS 2x1402 bogomips load av: 0.41 0.15 0.05
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/