All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ingo Molnar <mingo@elte.hu>
To: "Walter L. Wimer III" <walt.wimer@timesys.com>
Cc: linux-kernel@vger.kernel.org, "Gleixner,
	Thomas" <thomas.gleixner@timesys.com>
Subject: Re: [PATCH] Fix compilation of 2.6.16-rt13 real-time preemption patch on PowerPC
Date: Sat, 8 Apr 2006 15:50:13 +0200	[thread overview]
Message-ID: <20060408135013.GA30488@elte.hu> (raw)
In-Reply-To: <1144436297.10765.52.camel@excalibur.timesys.com>


* Walter L. Wimer III <walt.wimer@timesys.com> wrote:

> The following patch corrects errors encountered when compiling the 
> 2.6.16-rt13 real-time preemption patch on the PowerPC architecture:
> 
>       * The INIT_FS and INIT_FILES macro definitions changed, but
>         corresponding changes to the calls were missed on PowerPC.
> 
>       * The new TIF_NEED_RESCHED_DELAYED definition caused an overflow
>         of a 16-bit immediate load field in several PowerPC
>         assembly-language instructions (e.g. in entry.S).  This patch
>         changes the definition of TIF_NEED_RESCHED_DELAYED from the
>         value 16 to the value 13 (which appears to have been previously
>         unused).  (All bits from 0 to 15 are now in use on PPC, so if
>         any new thread_info flags are needed, we'll have to actually fix
>         the PPC assembly code to deal with the resulting 32-bit
>         quantity.)
> 
>       * The file include/asm-powerpc/irqflags.h was missing completely
>         on PowerPC.  For now, I've supplied a stub file.  There is
>         currently no support for CONFIG_DEBUG_TRACE_IRQFLAGS.
> 
> Thanks go to Thomas Gleixner for his comments/suggestions on this 
> patch.
> 
> I've successfully built and test-booted this on an AMCC440EP "Bamboo" 
> board.

thanks, applied.

	Ingo

      reply	other threads:[~2006-04-08 13:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-07 18:58 [PATCH] Fix compilation of 2.6.16-rt13 real-time preemption patch on PowerPC Walter L. Wimer III
2006-04-08 13:50 ` 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=20060408135013.GA30488@elte.hu \
    --to=mingo@elte.hu \
    --cc=linux-kernel@vger.kernel.org \
    --cc=thomas.gleixner@timesys.com \
    --cc=walt.wimer@timesys.com \
    /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.