public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Ingo Molnar <mingo@elte.hu>
To: Simon Derr <simon.derr@bull.net>
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.6.16-rt10
Date: Tue, 28 Mar 2006 22:49:45 +0200	[thread overview]
Message-ID: <20060328204944.GA1217@elte.hu> (raw)
In-Reply-To: <Pine.LNX.4.58.0603281142410.17504@apollon>


* Simon Derr <simon.derr@bull.net> wrote:

> On Mon, 27 Mar 2006, Ingo Molnar wrote:
> 
> > i've released -rt10
> 
> Is anyone working on a port of this patch to the IA64 architecture ?

not that i know of. If someone wants to do that, take a look at the 
x86_64 changes (or ppc/mips/i386 changes) to get an idea. These are the 
rough steps needed:

 - do the raw_spinlock_t/rwlock_t -> __raw_spinlock_t/rwlock_t rename

 - change the APIs in asm-ia64/semaphore.h (and arch files) to
   compat_up()/down()/etc.

 - in the arch Kconfig, turn off RWSEM_XCHGADD_ALGORITHM if PREEMPT_RT.

 - add the TID_NEED_RESCHED_DELAYED logic to thread_info.h and the entry
   assembly code.

 - change most/all spinlocks in arch/ia64 to raw_spinlock / RAW_SPINLOCK

 - change most/all seqlocks to raw_seqlock / RAW_SEQLOCK

 - add smp_send_reschedule_allbutself().

 - take a good look at the arch/x86_64/kernel/process.c changes and port
   the need_resched_delayed() and __schedule() changes.

that should be at least 95% of what's needed. (the x86_64 port does a 
couple of other things too, like latency tracing support, etc., but you 
dont need those for the initial ia64 port.)

	Ingo

  reply	other threads:[~2006-03-28 20:52 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-03-26 21:07 Are ALL_TASKS_PI on in 2.6.16-rt7? Esben Nielsen
2006-03-26 21:23 ` 2.6.16-rt7 and deadlock detection Esben Nielsen
2006-03-26 22:04   ` Esben Nielsen
2006-03-26 22:04     ` Ingo Molnar
2006-03-26 23:35     ` 2.6.16-rt10 Ingo Molnar
2006-03-28  9:43       ` 2.6.16-rt10 Simon Derr
2006-03-28 20:49         ` Ingo Molnar [this message]
2006-03-29  7:55           ` 2.6.16-rt10 Simon Derr
2006-04-04 11:57           ` 2.6.16-rt10 Simon Derr
2006-04-04 12:00             ` 2.6.16-rt10 Ingo Molnar
2006-04-04 15:59               ` 2.6.16-rt10 Simon Derr
2006-04-04 19:27                 ` 2.6.16-rt10 Steven Rostedt
2006-03-26 21:27 ` Are ALL_TASKS_PI on in 2.6.16-rt7? Ingo Molnar
2006-03-26 21:33   ` Esben Nielsen
2006-03-26 21:35     ` Ingo Molnar

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=20060328204944.GA1217@elte.hu \
    --to=mingo@elte.hu \
    --cc=linux-kernel@vger.kernel.org \
    --cc=simon.derr@bull.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox