All of lore.kernel.org
 help / color / mirror / Atom feed
From: Adam Kropelin <akropel1@rochester.rr.com>
To: Dave Jones <davej@suse.de>
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] 2.5.9-dj1 bind_cpu compile error
Date: Tue, 23 Apr 2002 13:57:19 -0400	[thread overview]
Message-ID: <20020423175719.GA13070@www.kroptech.com> (raw)
In-Reply-To: <20020423144527.GA12925@suse.de>

It looks like a piece of Erich Focht's migration thread patch escaped
2.5.9-dj1. This fixes it for me...

--Adam

--- linux-2.5.9-dj1-virgin/kernel/sched.c	Tue Apr 23 13:11:53 2002
+++ linux-2.5.9-dj1/kernel/sched.c	Tue Apr 23 13:13:26 2002
@@ -1678,9 +1678,7 @@
 	preempt_enable();
 }
 
-static volatile unsigned long migration_mask;
-
-static int migration_thread(void * unused)
+static int migration_thread(void * bind_cpu)
 {
 	int cpu = cpu_logical_map((int) (long) bind_cpu);
 	struct sched_param param = { sched_priority: 99 };


      parent reply	other threads:[~2002-04-23 17:57 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-04-23 14:45 Linux 2.5.9-dj1 Dave Jones
2002-04-23 17:11 ` Adrian Bunk
2002-04-23 17:57 ` Adam Kropelin [this message]

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=20020423175719.GA13070@www.kroptech.com \
    --to=akropel1@rochester.rr.com \
    --cc=davej@suse.de \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.