Module Name: src
Committed By: uebayasi
Date: Mon May 12 09:01:35 UTC 2014
Modified Files:
src/sys/arch/amd64/amd64: machdep.c
Log Message:
stmt;; -> stmt;
To generate a diff of this commit:
cvs rdiff -u -r1.207 -r1.208 src/sys/arch/amd64/amd64/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/amd64/amd64/machdep.c
diff -u src/sys/arch/amd64/amd64/machdep.c:1.207 src/sys/arch/amd64/amd64/machdep.c:1.208
--- src/sys/arch/amd64/amd64/machdep.c:1.207 Sun Feb 23 12:56:40 2014
+++ src/sys/arch/amd64/amd64/machdep.c Mon May 12 09:01:34 2014
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.207 2014/02/23 12:56:40 dsl Exp $ */
+/* $NetBSD: machdep.c,v 1.208 2014/05/12 09:01:34 uebayasi Exp $ */
/*-
* Copyright (c) 1996, 1997, 1998, 2000, 2006, 2007, 2008, 2011
@@ -111,7 +111,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.207 2014/02/23 12:56:40 dsl Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.208 2014/05/12 09:01:34 uebayasi Exp $");
/* #define XENDEBUG_LOW */
@@ -1888,7 +1888,7 @@ cpu_getmcontext(struct lwp *l, mcontext_
*flags |= _UC_CPU;
- mcp->_mc_tlsbase = (uintptr_t)l->l_private;;
+ mcp->_mc_tlsbase = (uintptr_t)l->l_private;
*flags |= _UC_TLSBASE;
process_read_fpregs_xmm(l, (struct fxsave *)&mcp->__fpregs);