Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/amd64/amd64 stmt;; -> stmt;
details: https://anonhg.NetBSD.org/src/rev/3a1ba70dced8
branches: trunk
changeset: 329151:3a1ba70dced8
user: uebayasi <uebayasi%NetBSD.org@localhost>
date: Mon May 12 09:01:34 2014 +0000
description:
stmt;; -> stmt;
diffstat:
sys/arch/amd64/amd64/machdep.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r fb20f7e1acc8 -r 3a1ba70dced8 sys/arch/amd64/amd64/machdep.c
--- a/sys/arch/amd64/amd64/machdep.c Mon May 12 08:47:49 2014 +0000
+++ b/sys/arch/amd64/amd64/machdep.c Mon May 12 09:01:34 2014 +0000
@@ -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 @@
*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);
Home |
Main Index |
Thread Index |
Old Index