commit-hurd
[Top][All Lists]
Advanced

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

[SCM] GNU Mach branch, master, updated. 77c3d3e9505853ea2d5e1b68f7c7e6c2


From: Samuel Thibault
Subject: [SCM] GNU Mach branch, master, updated. 77c3d3e9505853ea2d5e1b68f7c7e6c2481cccaf
Date: Sat, 28 Nov 2009 15:48:33 +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  77c3d3e9505853ea2d5e1b68f7c7e6c2481cccaf (commit)
       via  2712e9c177254a75b5d01925ff18c1fce08616ba (commit)
       via  f5f8862a7a39d920325cae53e0f07a4a0d0d7714 (commit)
      from  7f08c8227ac454b8ec5673128ececcbfaa585f00 (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 77c3d3e9505853ea2d5e1b68f7c7e6c2481cccaf
Author: Samuel Thibault <address@hidden>
Date:   Sat Nov 28 16:47:24 2009 +0100

    Fix debugging message
    
        * i386/i386/fpu.c (fphandleerr): Fix debugging message.

commit 2712e9c177254a75b5d01925ff18c1fce08616ba
Author: Samuel Thibault <address@hidden>
Date:   Sat Nov 28 16:07:10 2009 +0100

    Add native FPU error support
    
        * i386/i386/fpu.c (init_fpu): Enable CR0_NE when processor is at
        least i486.
        (fpintr): Move code handling the FPU state to...
        (fphandleerr): New function.
        (fpexterrflt): Rename into...
        (fpastintr): New function.
        (fpexterrflt): Reintroduce function, calls fphandleerr then
        raises exception.
        * i386/i386/fpu.h (fpastintr): Add prototype.
        * i386/i386/trap.c (i386_astintr): Call fpastintr instead of
        fpexterrflt.

commit f5f8862a7a39d920325cae53e0f07a4a0d0d7714
Author: Samuel Thibault <address@hidden>
Date:   Sat Nov 28 15:29:28 2009 +0100

    Panic when no FPU is available
    
        * i386/i386/fpu.c (init_fpu): Panic if no FPU is available.

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

Summary of changes:
 i386/i386/fpu.c  |  108 +++++++++++++++++++++++++++++++++++++----------------
 i386/i386/fpu.h  |    1 +
 i386/i386/trap.c |    2 +-
 3 files changed, 77 insertions(+), 34 deletions(-)


hooks/post-receive
-- 
GNU Mach




reply via email to

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