mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* 2.4.13ac2: small patch to arch/alpha/kernel/time.c needed for compilation
@ 2001-10-27 14:39 Jurriaan
  0 siblings, 0 replies; only message in thread
From: Jurriaan @ 2001-10-27 14:39 UTC (permalink / raw)
  To: linux-kernel

--- 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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-10-27 14:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-27 14:39 2.4.13ac2: small patch to arch/alpha/kernel/time.c needed for compilation Jurriaan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®