mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Jurriaan <thunder7@xs4all.nl>
To: linux-kernel@vger.kernel.org
Subject: 2.4.13ac2: small patch to arch/alpha/kernel/time.c needed for compilation
Date: Sat, 27 Oct 2001 16:39:43 +0200	[thread overview]
Message-ID: <20011027163943.A1334@middle.of.nowhere> (raw)

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

                 reply	other threads:[~2001-10-27 14:46 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20011027163943.A1334@middle.of.nowhere \
    --to=thunder7@xs4all.nl \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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®