mirror of https://lore.kernel.org/lkml/
 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: [PATCH] 2.6.16-rt17 on IA64
Date: Thu, 27 Apr 2006 10:23:57 +0200	[thread overview]
Message-ID: <20060427082357.GA1874@elte.hu> (raw)
In-Reply-To: <Pine.LNX.4.61.0604201446470.15050@openx3.frec.bull.fr>


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

> Hi,
> 
> This is a first version of my port of Ingo's -rt kernel to the IA64 
> arch.

nice! I've added this to the -rt tree and have released -rt18.

> So far the kernel boots with PREEMPT_RT enabled (on a 4-cpu tiger), 
> and that's about it. I've not done extensive tests (only 
> scripts/rt-tester), nor any measurements of any kind.
> 
> There's very probably many bugs I'm not aware of.
> 
> But there is already one thing I know should be fixed : I've changed 
> the declaration of (struct zone).lock (in include/linux/mmzone.h) from 
> spinlock_t to raw_spinlock_t.
> 
> I did this because on IA64, cpu_idle(), which is not allowed to call 
> schedule(), calls check_pgt_cache(). I guess this could be fixed by 
> moving this call to another kernel thread... ideas are welcome.

this should definitely be cleaned up. There are a couple of periodic VM 
threads you could do this from - but none is really per-CPU. So my 
suggestion would be to do the check_pgt_cache() from desched_thread() - 
which is an rt-specific cleanup thread. You dont even have to make it 
ia64-specific i think.

	Ingo

      reply	other threads:[~2006-04-27  8:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-20 13:05 Simon Derr
2006-04-27  8:23 ` Ingo Molnar [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=20060427082357.GA1874@elte.hu \
    --to=mingo@elte.hu \
    --cc=Simon.Derr@bull.net \
    --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

all inboxes | Powered by JetHome®