public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Pete Zaitcev <zaitcev@redhat.com>
To: Erich Focht <efocht@ess.nec.de>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Node affine NUMA scheduler
Date: Wed, 13 Mar 2002 15:38:49 -0500	[thread overview]
Message-ID: <200203132038.g2DKcn520680@devserv.devel.redhat.com> (raw)
In-Reply-To: <mailman.1016050377.26216.linux-kernel2news@redhat.com>
In-Reply-To: <mailman.1016050377.26216.linux-kernel2news@redhat.com>

> diff -urN 2.4.17-ia64-kdbv2.1-K3+/kernel/fork.c 2.4.17-ia64-kdbv2.1-k3z-nod9/kernel/fork.c
> --- 2.4.17-ia64-kdbv2.1-K3+/kernel/fork.c	Mon Mar  4 11:39:18 2002
> +++ 2.4.17-ia64-kdbv2.1-k3z-nod9/kernel/fork.c	Thu Mar  7 13:50:42 2002
> @@ -640,10 +640,6 @@
>  	{
>  		int i;
>  
> -		if (likely(p->cpus_allowed & (1UL<<smp_processor_id())))
> -			p->cpu = smp_processor_id();
> -		else
> -			p->cpu = __ffs(p->cpus_allowed);
>  		/* ?? should we just memset this ?? */
>  		for(i = 0; i < smp_num_cpus; i++)
>  			p->per_cpu_utime[cpu_logical_map(i)] =

OK, I am glad that we kinda converge on something common here
with ia-64 people.

-- Pete

       reply	other threads:[~2002-03-13 20:39 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.1016050377.26216.linux-kernel2news@redhat.com>
2002-03-13 20:38 ` Pete Zaitcev [this message]
2002-07-22 13:59 node affine NUMA scheduler Erich Focht
  -- strict thread matches above, loose matches on Subject: below --
2002-03-13 20:10 Node " Erich Focht
2002-03-14  2:58 ` Jesse Barnes
2002-03-14 14:54   ` Erich Focht
2002-03-14 16:11     ` Erich Focht
2002-03-14 17:28     ` Jesse Barnes
2002-03-15  1:57       ` Erich Focht

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=200203132038.g2DKcn520680@devserv.devel.redhat.com \
    --to=zaitcev@redhat.com \
    --cc=efocht@ess.nec.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox