commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Mach branch, master, updated. v1.6-53-g5396260


From: Samuel Thibault
Subject: [SCM] GNU Mach branch, master, updated. v1.6-53-g5396260
Date: Sun, 06 Mar 2016 12:17:46 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Mach".

The branch, master has been updated
       via  539626070dd9b9b1e2d89874ab84cdb02031c2a0 (commit)
      from  689810afe2d20d5f24f2a2379d3b9feffd0e9698 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 539626070dd9b9b1e2d89874ab84cdb02031c2a0
Author: Samuel Thibault <address@hidden>
Date:   Sun Mar 6 13:11:42 2016 +0100

    Inherit fpu control word from parent to child
    
    * i386/i386/thread.h (struct pcb): Add init_control field.
    * i386/i386/fpu.h (fpinherit): New prototype.
    * i386/i386/fpu.c (fpinit): Add thread parameter. When init_control field is
    set, use that value instead of a hardcoded one.
    (fpinherit): New function.
    (fp_load): Pass thread parameter to fpinit().
    * kern/thread.c (thread_create): Pass parent task to pcb_init().
    * i386/i386/pcb.c (pcb_init): Add parent_task parameter, call fpinherit when
    it is equal to current_task().

-----------------------------------------------------------------------

Summary of changes:
 i386/i386/fpu.c    |   49 +++++++++++++++++++++++++++++++++++++------------
 i386/i386/fpu.h    |    1 +
 i386/i386/pcb.c    |    7 ++++++-
 i386/i386/pcb.h    |    2 +-
 i386/i386/thread.h |    1 +
 kern/thread.c      |    2 +-
 6 files changed, 47 insertions(+), 15 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

[Prev in Thread] Current Thread [Next in Thread]