All of lore.kernel.org
 help / color / mirror / Atom feed
From: Philippe Gerum <rpm@xenomai.org>
To: Jan Kiszka <jan.kiszka@siemens.com>
Cc: Xenomai <xenomai@xenomai.org>
Subject: Re: [Xenomai] [PATCH, forge] x86: Fix build breakage in 64-bit xnarch_leave_root
Date: Wed, 11 Jul 2012 22:33:38 +0200	[thread overview]
Message-ID: <4FFDE322.2090003@xenomai.org> (raw)
In-Reply-To: <4FFDC6A2.8050706@siemens.com>

On 07/11/2012 08:32 PM, Jan Kiszka wrote:
> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
> ---
>   include/asm-x86/bits/pod_64.h |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/include/asm-x86/bits/pod_64.h b/include/asm-x86/bits/pod_64.h
> index 00b2438..546a4fa 100644
> --- a/include/asm-x86/bits/pod_64.h
> +++ b/include/asm-x86/bits/pod_64.h
> @@ -42,7 +42,7 @@ static inline void xnarch_leave_root(xnarchtcb_t *rootcb)
>   	rootcb->user_task = rootcb->active_task = current;
>   	rootcb->rspp = &current->thread.sp;
>   	rootcb->ripp = &current->thread.rip;
> -	rootcb->ts_usedfpu = !!wrap_test_fpu_used(current)
> +	rootcb->ts_usedfpu = !!wrap_test_fpu_used(current);
>   	rootcb->cr0_ts = (read_cr0() & 8) != 0;
>   	/* So that xnarch_save_fpu() will operate on the right FPU area. */
>   	if (rootcb->cr0_ts || rootcb->ts_usedfpu)
>

Merged, thanks.

-- 
Philippe.




      reply	other threads:[~2012-07-11 20:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-11 18:32 [Xenomai] [PATCH, forge] x86: Fix build breakage in 64-bit xnarch_leave_root Jan Kiszka
2012-07-11 20:33 ` Philippe Gerum [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=4FFDE322.2090003@xenomai.org \
    --to=rpm@xenomai.org \
    --cc=jan.kiszka@siemens.com \
    --cc=xenomai@xenomai.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 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.