Module Name:    src
Committed By:   riastradh
Date:           Sat Jun 20 18:46:14 UTC 2020

Modified Files:
        src/sys/arch/sun68k/stand/libsa: sun3.c sun3x.c

Log Message:
Nix trailing whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/sun68k/stand/libsa/sun3.c
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/sun68k/stand/libsa/sun3x.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/sun68k/stand/libsa/sun3.c
diff -u src/sys/arch/sun68k/stand/libsa/sun3.c:1.10 src/sys/arch/sun68k/stand/libsa/sun3.c:1.11
--- src/sys/arch/sun68k/stand/libsa/sun3.c:1.10	Thu Jun 18 17:59:05 2020
+++ src/sys/arch/sun68k/stand/libsa/sun3.c	Sat Jun 20 18:46:14 2020
@@ -1,4 +1,4 @@
-/*	$NetBSD: sun3.c,v 1.10 2020/06/18 17:59:05 tsutsui Exp $	*/
+/*	$NetBSD: sun3.c,v 1.11 2020/06/20 18:46:14 riastradh Exp $	*/
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -35,7 +35,7 @@
 
 #define _SUN3_ XXX
 
-/* 
+/*
  * We need to get the sun3 NBSG definition, even if we're
  * building this with a different sun68k target.
  */
@@ -160,7 +160,7 @@ found:
 /* This points to the end of the free DVMA space. */
 u_int dvma3_end = DVMA_BASE + DVMA_MAPLEN;
 
-static void 
+static void
 dvma3_init(void)
 {
 	int segva, dmava, sme;
@@ -273,7 +273,7 @@ sun3_getidprom(u_char *dst)
  * Init our function pointers, etc.
  */
 
-void 
+void
 sun3_init(void)
 {
 

Index: src/sys/arch/sun68k/stand/libsa/sun3x.c
diff -u src/sys/arch/sun68k/stand/libsa/sun3x.c:1.13 src/sys/arch/sun68k/stand/libsa/sun3x.c:1.14
--- src/sys/arch/sun68k/stand/libsa/sun3x.c:1.13	Thu Jun 18 17:59:05 2020
+++ src/sys/arch/sun68k/stand/libsa/sun3x.c	Sat Jun 20 18:46:14 2020
@@ -1,4 +1,4 @@
-/*	$NetBSD: sun3x.c,v 1.13 2020/06/18 17:59:05 tsutsui Exp $	*/
+/*	$NetBSD: sun3x.c,v 1.14 2020/06/20 18:46:14 riastradh Exp $	*/
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -150,7 +150,7 @@ found:
 /* This points to the end of the free DVMA space. */
 u_int dvma3x_end = MON_DVMA_BASE + MON_DVMA_MAPLEN;
 
-static void 
+static void
 dvma3x_init(void)
 {
 	u_int va, pa;
@@ -274,14 +274,14 @@ sun3x_set_pte(vaddr_t va, paddr_t pa)
 	mmu_atc_flush(va);
 }
 
-static void 
+static void
 mmu_atc_flush(vaddr_t va)
 {
 
 	__asm volatile ("pflush	#0,#0,%0@" : : "a" (va));
 }
 
-static void 
+static void
 set_iommupte(vaddr_t va, paddr_t pa)
 {
 	iommu_pde_t *iommu_va;
@@ -302,7 +302,7 @@ set_iommupte(vaddr_t va, paddr_t pa)
  * Init our function pointers, etc.
  */
 
-void 
+void
 sun3x_init(void)
 {
 

Reply via email to