All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xenomai] [PATCH, forge] x86: Fix build breakage in 64-bit xnarch_leave_root
@ 2012-07-11 18:32 Jan Kiszka
  2012-07-11 20:33 ` Philippe Gerum
  0 siblings, 1 reply; 2+ messages in thread
From: Jan Kiszka @ 2012-07-11 18:32 UTC (permalink / raw)
  To: Philippe Gerum; +Cc: Xenomai

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)
-- 
1.7.3.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Xenomai] [PATCH, forge] x86: Fix build breakage in 64-bit xnarch_leave_root
  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
  0 siblings, 0 replies; 2+ messages in thread
From: Philippe Gerum @ 2012-07-11 20:33 UTC (permalink / raw)
  To: Jan Kiszka; +Cc: Xenomai

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.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-07-11 20:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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.