All of lore.kernel.org
 help / color / mirror / Atom feed
From: "J.A. Magallon" <jamagallon@able.es>
To: Norbert Kiesel <nkiesel@tbdnetworks.com>
Cc: linux-kernel@vger.kernel.org, Robert Love <rml@tech9.net>,
	Ingo Molnar <mingo@elte.hu>
Subject: Re: [PATCHSET] Linux 2.4.19-pre7-jam4
Date: Mon, 22 Apr 2002 09:40:13 +0200	[thread overview]
Message-ID: <20020422074013.GA7294@werewolf.able.es> (raw)
In-Reply-To: <1019457056.591.18.camel@voyager>


On 2002.04.22 Norbert Kiesel wrote:
>Hi,
>
>I had two compile problems:
>1) sched.c complains about missing local_bh_count, TQUEUE_BH, ...
>2) init/do_mounts.c complains about SCHED_YIELD (if initrd is enabled)
>
>The following patch fixes both problems for me.
>
[...]

Yup, there are files not covered by 20-sched-O1-rml-1.
Fast search:

werewolf:/usr/src/linux# grep -r SCHED_YIELD *
arch/alpha/mm/fault.c:          current->policy |= SCHED_YIELD;
arch/mips/mm/fault.c:           tsk->policy |= SCHED_YIELD;
arch/ppc/mm/fault.c:            current->policy |= SCHED_YIELD;
arch/m68k/mm/fault.c:           current->policy |= SCHED_YIELD;
arch/arm/mm/fault-common.c:     tsk->policy |= SCHED_YIELD;
arch/sh/mm/fault.c:             current->policy |= SCHED_YIELD;
arch/ia64/mm/fault.c:           current->policy |= SCHED_YIELD;
arch/mips64/mm/fault.c:         tsk->policy |= SCHED_YIELD;
arch/s390/mm/fault.c:           tsk->policy |= SCHED_YIELD;
arch/s390x/mm/fault.c:          tsk->policy |= SCHED_YIELD;
init/do_mounts.c:                       current->policy |= SCHED_YIELD;

I will try to make similar changes for those in a -jam5.

Many thanks.

-- 
J.A. Magallon                           #  Let the source be with you...        
mailto:jamagallon@able.es
Mandrake Linux release 8.3 (Cooker) for i586
Linux werewolf 2.4.19-pre7-jam4 #1 SMP lun abr 22 00:52:56 CEST 2002 i686

  reply	other threads:[~2002-04-22  7:40 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-04-22  6:30 [PATCHSET] Linux 2.4.19-pre7-jam4 Norbert Kiesel
2002-04-22  7:40 ` J.A. Magallon [this message]
2002-04-22 12:44   ` Robert Love
  -- strict thread matches above, loose matches on Subject: below --
2002-04-22  1:11 J.A. Magallon

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=20020422074013.GA7294@werewolf.able.es \
    --to=jamagallon@able.es \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    --cc=nkiesel@tbdnetworks.com \
    --cc=rml@tech9.net \
    /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.