Module Name: src
Committed By: matt
Date: Thu Jul 14 22:31:22 UTC 2011
Modified Files:
src/sys/arch/mips/mips: process_machdep.c
Log Message:
Remove out-of-date KASSERT
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/sys/arch/mips/mips/process_machdep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/mips/mips/process_machdep.c
diff -u src/sys/arch/mips/mips/process_machdep.c:1.35 src/sys/arch/mips/mips/process_machdep.c:1.36
--- src/sys/arch/mips/mips/process_machdep.c:1.35 Mon May 2 00:29:54 2011
+++ src/sys/arch/mips/mips/process_machdep.c Thu Jul 14 22:31:22 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: process_machdep.c,v 1.35 2011/05/02 00:29:54 rmind Exp $ */
+/* $NetBSD: process_machdep.c,v 1.36 2011/07/14 22:31:22 matt Exp $ */
/*
* Copyright (c) 1993 The Regents of the University of California.
@@ -76,7 +76,7 @@
*/
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: process_machdep.c,v 1.35 2011/05/02 00:29:54 rmind Exp $");
+__KERNEL_RCSID(0, "$NetBSD: process_machdep.c,v 1.36 2011/07/14 22:31:22 matt Exp $");
/*
* This file may seem a bit stylized, but that so that it's easier to port.
@@ -144,7 +144,6 @@
*regslen_p = sizeof(struct fpreg_oabi);
#endif
- KASSERT(l == curlwp);
fpu_save();
memcpy(regs, &pcb->pcb_fpregs, sizeof(*regs));
return 0;