Source-Changes-HG archive

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

[src/netbsd-6]: src/sys/arch/mips/mips Pull up following revision(s) (request...



details:   https://anonhg.NetBSD.org/src/rev/f4728b705aa8
branches:  netbsd-6
changeset: 773857:f4728b705aa8
user:      riz <riz%NetBSD.org@localhost>
date:      Fri Mar 02 16:42:22 2012 +0000

description:
Pull up following revision(s) (requested by skrll in ticket #66):
        sys/arch/mips/mips/mips_fpu.c: revision 1.8
Remove an incorrect KASSERT

diffstat:

 sys/arch/mips/mips/mips_fpu.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r e1efa533d0ec -r f4728b705aa8 sys/arch/mips/mips/mips_fpu.c
--- a/sys/arch/mips/mips/mips_fpu.c     Fri Mar 02 16:35:50 2012 +0000
+++ b/sys/arch/mips/mips/mips_fpu.c     Fri Mar 02 16:42:22 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mips_fpu.c,v 1.7 2011/10/29 20:55:36 christos Exp $    */
+/*     $NetBSD: mips_fpu.c,v 1.7.8.1 2012/03/02 16:42:22 riz Exp $     */
 
 /*-
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mips_fpu.c,v 1.7 2011/10/29 20:55:36 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mips_fpu.c,v 1.7.8.1 2012/03/02 16:42:22 riz Exp $");
 
 #include "opt_multiprocessor.h"
 
@@ -346,6 +346,5 @@
 mips_fpu_state_release(lwp_t *l)
 {
 
-       KASSERT(l == curlwp);
        l->l_md.md_utf->tf_regs[_R_SR] &= ~MIPS_SR_COP_1_BIT;
 }



Home | Main Index | Thread Index | Old Index