public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
From: Erich Focht <efocht@ess.nec.de>
To: linux-ia64@vger.kernel.org
Subject: [Linux-ia64] kernel/sched.c -1ULL vs. (cycles_t) -1
Date: Thu, 22 Nov 2001 10:29:05 +0000	[thread overview]
Message-ID: <marc-linux-ia64-105590698805541@msgid-missing> (raw)

David,

in your ia64 patches you have a small cosmetic change which is (sort of)
making kernel/sched.c platform dependent:

diff -urN linux-2.4.14/kernel/sched.c linux-2.4.14-lia/kernel/sched.c
--- linux-2.4.14/kernel/sched.c Wed Oct 24 10:18:08 2001
+++ linux-2.4.14-lia/kernel/sched.c     Wed Oct 24 10:21:35 2001
@@ -266,7 +266,7 @@
                                target_tsk = tsk;
                        }
                } else {
-                       if (oldest_idle = -1ULL) {
+                       if (oldest_idle = (cycles_t) -1) {
                                int prio = preemption_goodness(tsk, p,
cpu);
 
[ in two places ].
Because of this one needs separate patches for IA-64 and other platforms
when
working on the scheduler. Would you mind taking this out or trying to
get it into
the base-line kernel?

Thanks,
Erich


                 reply	other threads:[~2001-11-22 10:29 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=marc-linux-ia64-105590698805541@msgid-missing \
    --to=efocht@ess.nec.de \
    --cc=linux-ia64@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