Module Name:    src
Committed By:   riastradh
Date:           Mon Jun 15 20:27:31 UTC 2020

Modified Files:
        src/sys/arch/amd64/amd64: cpufunc.S
        src/sys/arch/x86/x86: tsc.c

Log Message:
Nix trailing whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 src/sys/arch/amd64/amd64/cpufunc.S
cvs rdiff -u -r1.51 -r1.52 src/sys/arch/x86/x86/tsc.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/cpufunc.S
diff -u src/sys/arch/amd64/amd64/cpufunc.S:1.61 src/sys/arch/amd64/amd64/cpufunc.S:1.62
--- src/sys/arch/amd64/amd64/cpufunc.S:1.61	Mon Jun 15 09:09:23 2020
+++ src/sys/arch/amd64/amd64/cpufunc.S	Mon Jun 15 20:27:30 2020
@@ -1,4 +1,4 @@
-/*	$NetBSD: cpufunc.S,v 1.61 2020/06/15 09:09:23 msaitoh Exp $	*/
+/*	$NetBSD: cpufunc.S,v 1.62 2020/06/15 20:27:30 riastradh Exp $	*/
 
 /*
  * Copyright (c) 1998, 2007, 2008, 2020 The NetBSD Foundation, Inc.
@@ -220,7 +220,7 @@ END(x86_hotpatch)
 
 #define RSIZE_counter32	4
 #define RSIZE_counter	8
-	
+
 #define CPU_COUNTER_FENCE(counter, fence)	\
 ENTRY(cpu_ ## counter ## _ ## fence)		;\
 	movq	CPUVAR(CURLWP), %rcx		;\

Index: src/sys/arch/x86/x86/tsc.c
diff -u src/sys/arch/x86/x86/tsc.c:1.51 src/sys/arch/x86/x86/tsc.c:1.52
--- src/sys/arch/x86/x86/tsc.c:1.51	Mon Jun 15 09:09:24 2020
+++ src/sys/arch/x86/x86/tsc.c	Mon Jun 15 20:27:30 2020
@@ -1,4 +1,4 @@
-/*	$NetBSD: tsc.c,v 1.51 2020/06/15 09:09:24 msaitoh Exp $	*/
+/*	$NetBSD: tsc.c,v 1.52 2020/06/15 20:27:30 riastradh Exp $	*/
 
 /*-
  * Copyright (c) 2008, 2020 The NetBSD Foundation, Inc.
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: tsc.c,v 1.51 2020/06/15 09:09:24 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: tsc.c,v 1.52 2020/06/15 20:27:30 riastradh Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -183,7 +183,6 @@ tsc_setfunc(struct cpu_info *ci)
 		cpu_counter = cpu_counter_##fence;			      \
 		cpu_counter32 = cpu_counter32_##fence;			      \
 	} while (/* CONSTCOND */ 0)
-	
 
 	if (use_lfence)
 		TSC_SETFUNC(lfence);

Reply via email to