NetBSD-Bugs archive

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

PR/45028 CVS commit: src/sys/arch



The following reply was made to PR port-xen/45028; it has been noted by GNATS.

From: "Manuel Bouyer" <bouyer%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/45028 CVS commit: src/sys/arch
Date: Tue, 7 Jun 2011 14:53:04 +0000

 Module Name:   src
 Committed By:  bouyer
 Date:          Tue Jun  7 14:53:03 UTC 2011
 
 Modified Files:
        src/sys/arch/i386/i386: machdep.c
        src/sys/arch/i386/isa: npx.c
        src/sys/arch/xen/include/i386: hypercalls.h
 
 Log Message:
 Don't call psignal() without holding proc_lock. This is the cause of
 the reboot of PR port-xen/45028
 Now that Xen2 is gone, handle FPU context switches the same way as
 amd64. This makes all tests in /usr/tests/lib/libc/ieeefp pass.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.702 -r1.703 src/sys/arch/i386/i386/machdep.c
 cvs rdiff -u -r1.139 -r1.140 src/sys/arch/i386/isa/npx.c
 cvs rdiff -u -r1.11 -r1.12 src/sys/arch/xen/include/i386/hypercalls.h
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index