public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* [Linux-ia64] kernel/sched.c -1ULL vs. (cycles_t) -1
@ 2001-11-22 10:29 Erich Focht
  0 siblings, 0 replies; only message in thread
From: Erich Focht @ 2001-11-22 10:29 UTC (permalink / raw)
  To: linux-ia64

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


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

only message in thread, other threads:[~2001-11-22 10:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-11-22 10:29 [Linux-ia64] kernel/sched.c -1ULL vs. (cycles_t) -1 Erich Focht

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