The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: Rusty Russell <rusty@rustcorp.com.au>
To: linux-kernel@vger.kernel.org
Cc: ebiederm@xmission.com (Eric W. Biederman)
Subject: [PATCH] New 2.5.14 Hotplug CPU Work
Date: Mon, 06 May 2002 18:24:32 +1000	[thread overview]
Message-ID: <E174dnM-0007ns-00@wagner.rustcorp.com.au> (raw)

Hi all,

	After some delay, a new scratch implementation of hotplug CPU
for x86 is available:

	www.[country].kernel.org/pub/linux/kernel/people/rusty

1) Cleans up the init thread creation code so it's workable after
   boot.
2) Removes the number/logical mapping of CPUs, and smp_num_cpus().
3) Changes the boot sequence so it all happens on UP, then the other
   CPUs are "plugged in".

I'm pretty happy with the simpler boot code, but there are several
problems with this version:

1) It needs synchronize_kernel to be 100% correct, which was broken by
   preempt.
2) It sometimes crashes on x86, because I don't think I untwisted the
   boot process correctly.
3) It only supports x86.

Comments welcome!
Rusty.
--
  Anyone who quotes me in their sig is an idiot. -- Rusty Russell.

             reply	other threads:[~2002-05-06  8:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-06  8:24 Rusty Russell [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-05-06 19:38 [PATCH] New 2.5.14 Hotplug CPU Work Dipankar Sarma

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=E174dnM-0007ns-00@wagner.rustcorp.com.au \
    --to=rusty@rustcorp.com.au \
    --cc=ebiederm@xmission.com \
    --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