Module Name:    src
Committed By:   skrll
Date:           Tue Apr 16 12:25:17 UTC 2019

Modified Files:
        src/sys/arch/hppa/include: aout_machdep.h asm.h cpu.h exec.h ieeefp.h
            int_limits.h limits.h lock.h param.h pcb.h pte.h reg.h signal.h
            vmparam.h

Log Message:
Trailing whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/hppa/include/aout_machdep.h \
    src/sys/arch/hppa/include/exec.h
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/hppa/include/asm.h
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/hppa/include/cpu.h \
    src/sys/arch/hppa/include/pte.h
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/hppa/include/ieeefp.h \
    src/sys/arch/hppa/include/signal.h
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/hppa/include/int_limits.h
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/hppa/include/limits.h
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/hppa/include/lock.h \
    src/sys/arch/hppa/include/vmparam.h
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/hppa/include/param.h
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/hppa/include/pcb.h
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/hppa/include/reg.h

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/hppa/include/aout_machdep.h
diff -u src/sys/arch/hppa/include/aout_machdep.h:1.2 src/sys/arch/hppa/include/aout_machdep.h:1.3
--- src/sys/arch/hppa/include/aout_machdep.h:1.2	Tue Dec 10 17:14:10 2002
+++ src/sys/arch/hppa/include/aout_machdep.h	Tue Apr 16 12:25:17 2019
@@ -1,4 +1,4 @@
-/*	$NetBSD: aout_machdep.h,v 1.2 2002/12/10 17:14:10 thorpej Exp $	*/
+/*	$NetBSD: aout_machdep.h,v 1.3 2019/04/16 12:25:17 skrll Exp $	*/
 
 /*
  * Copyright (c) 1993 Christopher G. Demetriou
@@ -34,7 +34,7 @@
  * XXX fredette - the definitions in this file (with
  * the possible exception of AOUT_LDPGSZ) are bogus,
  * and they exist only to let certain userland programs
- * compile.  I don't think any SunOS-style a.out HPPA 
+ * compile.  I don't think any SunOS-style a.out HPPA
  * binaries exist.
  */
 
@@ -44,7 +44,7 @@
 struct relocation_info_hppa {
 		int r_address;    /* offset in text or data segment */
   unsigned int r_symbolnum : 24,  /* ordinal number of add symbol */
-		   r_pcrel :  1,  /* 1 if value should be pc-relative */ 
+		   r_pcrel :  1,  /* 1 if value should be pc-relative */
 		  r_length :  2,  /* log base 2 of value's width */
 		  r_extern :  1,  /* 1 if need to add symbol to value */
 		 r_baserel :  1,  /* linkage table relative */
Index: src/sys/arch/hppa/include/exec.h
diff -u src/sys/arch/hppa/include/exec.h:1.2 src/sys/arch/hppa/include/exec.h:1.3
--- src/sys/arch/hppa/include/exec.h:1.2	Tue Dec 10 17:14:10 2002
+++ src/sys/arch/hppa/include/exec.h	Tue Apr 16 12:25:17 2019
@@ -1,8 +1,8 @@
-/*	$NetBSD: exec.h,v 1.2 2002/12/10 17:14:10 thorpej Exp $	*/
+/*	$NetBSD: exec.h,v 1.3 2019/04/16 12:25:17 skrll Exp $	*/
 
 /*	$OpenBSD: exec.h,v 1.6 2001/01/22 14:51:03 art Exp $	*/
 
-/* 
+/*
  * Copyright (c) 1994, The University of Utah and
  * the Computer Systems Laboratory at the University of Utah (CSL).
  * All rights reserved.
@@ -37,7 +37,7 @@
 
 #define ELF_TARG_CLASS          ELFCLASS32
 #define ELF_TARG_DATA           ELFDATA2MSB
-#define ELF_TARG_MACH           EM_PARISC   
+#define ELF_TARG_MACH           EM_PARISC
 
 /* #define _NLIST_DO_AOUT */
 /* #define _NLIST_DO_ECOFF */

Index: src/sys/arch/hppa/include/asm.h
diff -u src/sys/arch/hppa/include/asm.h:1.15 src/sys/arch/hppa/include/asm.h:1.16
--- src/sys/arch/hppa/include/asm.h:1.15	Thu Sep 12 15:36:17 2013
+++ src/sys/arch/hppa/include/asm.h	Tue Apr 16 12:25:17 2019
@@ -1,8 +1,8 @@
-/*	$NetBSD: asm.h,v 1.15 2013/09/12 15:36:17 joerg Exp $	*/
+/*	$NetBSD: asm.h,v 1.16 2019/04/16 12:25:17 skrll Exp $	*/
 
 /*	$OpenBSD: asm.h,v 1.12 2001/03/29 02:15:57 mickey Exp $	*/
 
-/* 
+/*
  * Copyright (c) 1990,1991,1994 The University of Utah and
  * the Computer Systems Laboratory (CSL).  All rights reserved.
  *

Index: src/sys/arch/hppa/include/cpu.h
diff -u src/sys/arch/hppa/include/cpu.h:1.4 src/sys/arch/hppa/include/cpu.h:1.5
--- src/sys/arch/hppa/include/cpu.h:1.4	Wed Aug 22 01:05:22 2018
+++ src/sys/arch/hppa/include/cpu.h	Tue Apr 16 12:25:17 2019
@@ -1,4 +1,4 @@
-/*	$NetBSD: cpu.h,v 1.4 2018/08/22 01:05:22 msaitoh Exp $	*/
+/*	$NetBSD: cpu.h,v 1.5 2019/04/16 12:25:17 skrll Exp $	*/
 
 /*	$OpenBSD: cpu.h,v 1.55 2008/07/23 17:39:35 kettenis Exp $	*/
 
@@ -79,7 +79,7 @@ enum hppa_cpu_type {
 	hpcxtp,	/* PA7200 (t')		PA 1.1d */
 	hpcxl2,	/* PA7300LC (l2)	PA 1.1e */
 	hpcxu,	/* PA8000 (u)		PA 2.0 */
-	hpcxup,	/* PA8200 (u+)		PA 2.0 */	
+	hpcxup,	/* PA8200 (u+)		PA 2.0 */
 	hpcxw,	/* PA8500 (w)		PA 2.0 */
 	hpcxwp,	/* PA8600 (w+)		PA 2.0 */
 	hpcxw2, /* PA8700 (piranha)	PA 2.0 */
@@ -287,7 +287,7 @@ struct cpu_info {
 
 	struct hppa_interrupt_register	ci_ir;
 	struct hppa_interrupt_bit	ci_ib[HPPA_INTERRUPT_BITS];
-	
+
 #if defined(MULTIPROCESSOR)
 	struct lwp	*ci_curlwp;	/* CPU owner */
 	paddr_t		ci_stack;	/* stack for spin up */
Index: src/sys/arch/hppa/include/pte.h
diff -u src/sys/arch/hppa/include/pte.h:1.4 src/sys/arch/hppa/include/pte.h:1.5
--- src/sys/arch/hppa/include/pte.h:1.4	Sat Jan 16 13:59:42 2010
+++ src/sys/arch/hppa/include/pte.h	Tue Apr 16 12:25:17 2019
@@ -1,8 +1,8 @@
-/*	$NetBSD: pte.h,v 1.4 2010/01/16 13:59:42 skrll Exp $	*/
+/*	$NetBSD: pte.h,v 1.5 2019/04/16 12:25:17 skrll Exp $	*/
 
 /*	$OpenBSD: pte.h,v 1.11 2002/09/05 18:41:19 mickey Exp $	*/
 
-/* 
+/*
  * Copyright (c) 1990,1993,1994 The University of Utah and
  * the Computer Systems Laboratory at the University of Utah (CSL).
  * All rights reserved.

Index: src/sys/arch/hppa/include/ieeefp.h
diff -u src/sys/arch/hppa/include/ieeefp.h:1.7 src/sys/arch/hppa/include/ieeefp.h:1.8
--- src/sys/arch/hppa/include/ieeefp.h:1.7	Tue Jan 13 11:15:29 2015
+++ src/sys/arch/hppa/include/ieeefp.h	Tue Apr 16 12:25:17 2019
@@ -1,6 +1,6 @@
-/*	$NetBSD: ieeefp.h,v 1.7 2015/01/13 11:15:29 martin Exp $	*/
+/*	$NetBSD: ieeefp.h,v 1.8 2019/04/16 12:25:17 skrll Exp $	*/
 
-/* 
+/*
  * Written by J.T. Conklin, Apr 6, 1995
  * Public domain.
  */
Index: src/sys/arch/hppa/include/signal.h
diff -u src/sys/arch/hppa/include/signal.h:1.7 src/sys/arch/hppa/include/signal.h:1.8
--- src/sys/arch/hppa/include/signal.h:1.7	Wed Nov 29 17:36:03 2017
+++ src/sys/arch/hppa/include/signal.h	Tue Apr 16 12:25:17 2019
@@ -1,8 +1,8 @@
-/*	$NetBSD: signal.h,v 1.7 2017/11/29 17:36:03 christos Exp $	*/
+/*	$NetBSD: signal.h,v 1.8 2019/04/16 12:25:17 skrll Exp $	*/
 
 /*	$OpenBSD: signal.h,v 1.1 1998/06/23 19:45:27 mickey Exp $	*/
 
-/* 
+/*
  * Copyright (c) 1994, The University of Utah and
  * the Computer Systems Laboratory at the University of Utah (CSL).
  * All rights reserved.

Index: src/sys/arch/hppa/include/int_limits.h
diff -u src/sys/arch/hppa/include/int_limits.h:1.6 src/sys/arch/hppa/include/int_limits.h:1.7
--- src/sys/arch/hppa/include/int_limits.h:1.6	Mon Apr 28 20:23:23 2008
+++ src/sys/arch/hppa/include/int_limits.h	Tue Apr 16 12:25:17 2019
@@ -1,4 +1,4 @@
-/*	$NetBSD: int_limits.h,v 1.6 2008/04/28 20:23:23 martin Exp $	*/
+/*	$NetBSD: int_limits.h,v 1.7 2019/04/16 12:25:17 skrll Exp $	*/
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -77,7 +77,7 @@
 #define	UINT_LEAST64_MAX 0xffffffffffffffffULL		/* uint_least64_t */
 
 /* 7.18.2.3 Limits of fastest minimum-width integer types */
- 
+
 /* minimum values of fastest minimum-width signed integer types */
 #define	INT_FAST8_MIN	(-0x7f-1)			/* int_fast8_t	  */
 #define	INT_FAST16_MIN	(-0x7fff-1)			/* int_fast16_t	  */

Index: src/sys/arch/hppa/include/limits.h
diff -u src/sys/arch/hppa/include/limits.h:1.16 src/sys/arch/hppa/include/limits.h:1.17
--- src/sys/arch/hppa/include/limits.h:1.16	Mon Jan 21 20:28:17 2019
+++ src/sys/arch/hppa/include/limits.h	Tue Apr 16 12:25:17 2019
@@ -1,8 +1,8 @@
-/*	$NetBSD: limits.h,v 1.16 2019/01/21 20:28:17 dholland Exp $	*/
+/*	$NetBSD: limits.h,v 1.17 2019/04/16 12:25:17 skrll Exp $	*/
 
 /*	$OpenBSD: limits.h,v 1.2 2000/07/31 20:06:02 millert Exp $	*/
 
-/* 
+/*
  * Copyright (c) 1992-1994, The University of Utah and
  * the Computer Systems Laboratory at the University of Utah (CSL).
  * All rights reserved.
@@ -151,7 +151,7 @@
 #ifdef __FLT_MAX__
 #define FLT_MAX		__FLT_MAX__
 #else
-#define FLT_MAX		3.40282347E+38F 
+#define FLT_MAX		3.40282347E+38F
 #endif
 #endif
 
@@ -159,7 +159,7 @@
 #ifdef __FLT_MIN__
 #define FLT_MIN		__FLT_MIN__
 #else
-#define FLT_MIN		1.17549435E-38F 
+#define FLT_MIN		1.17549435E-38F
 #endif
 #endif
 

Index: src/sys/arch/hppa/include/lock.h
diff -u src/sys/arch/hppa/include/lock.h:1.20 src/sys/arch/hppa/include/lock.h:1.21
--- src/sys/arch/hppa/include/lock.h:1.20	Sun Sep 17 00:01:07 2017
+++ src/sys/arch/hppa/include/lock.h	Tue Apr 16 12:25:17 2019
@@ -1,4 +1,4 @@
-/* 	$NetBSD: lock.h,v 1.20 2017/09/17 00:01:07 christos Exp $	*/
+/* 	$NetBSD: lock.h,v 1.21 2019/04/16 12:25:17 skrll Exp $	*/
 
 /*-
  * Copyright (c) 1998, 1999, 2000, 2001 The NetBSD Foundation, Inc.
@@ -85,7 +85,7 @@ __sync(void)
 static __inline void
 __cpu_simple_lock_init(__cpu_simple_lock_t *alp)
 {
-	alp->csl_lock[0] = alp->csl_lock[1] = 
+	alp->csl_lock[0] = alp->csl_lock[1] =
 	alp->csl_lock[2] = alp->csl_lock[3] =
 	    __SIMPLELOCK_RAW_UNLOCKED;
 	__sync();
Index: src/sys/arch/hppa/include/vmparam.h
diff -u src/sys/arch/hppa/include/vmparam.h:1.20 src/sys/arch/hppa/include/vmparam.h:1.21
--- src/sys/arch/hppa/include/vmparam.h:1.20	Mon Jan  7 16:57:28 2013
+++ src/sys/arch/hppa/include/vmparam.h	Tue Apr 16 12:25:17 2019
@@ -1,8 +1,8 @@
-/*	$NetBSD: vmparam.h,v 1.20 2013/01/07 16:57:28 chs Exp $	*/
+/*	$NetBSD: vmparam.h,v 1.21 2019/04/16 12:25:17 skrll Exp $	*/
 
 /*	$OpenBSD: vmparam.h,v 1.33 2006/06/04 17:21:24 miod Exp $	*/
 
-/* 
+/*
  * Copyright (c) 1988-1994, The University of Utah and
  * the Computer Systems Laboratory at the University of Utah (CSL).
  * All rights reserved.

Index: src/sys/arch/hppa/include/param.h
diff -u src/sys/arch/hppa/include/param.h:1.22 src/sys/arch/hppa/include/param.h:1.23
--- src/sys/arch/hppa/include/param.h:1.22	Mon Jan  7 22:00:31 2019
+++ src/sys/arch/hppa/include/param.h	Tue Apr 16 12:25:17 2019
@@ -1,8 +1,8 @@
-/*	$NetBSD: param.h,v 1.22 2019/01/07 22:00:31 jdolecek Exp $	*/
+/*	$NetBSD: param.h,v 1.23 2019/04/16 12:25:17 skrll Exp $	*/
 
 /*	$OpenBSD: param.h,v 1.12 2001/07/06 02:07:41 provos Exp $	*/
 
-/* 
+/*
  * Copyright (c) 1988-1994, The University of Utah and
  * the Computer Systems Laboratory at the University of Utah (CSL).
  * All rights reserved.
@@ -80,7 +80,7 @@
  * Size of kernel malloc arena in logical pages
  */
 #define NKMEMPAGES_MIN_DEFAULT  ((16 * 1024 * 1024) >> PAGE_SHIFT)
-#define NKMEMPAGES_MAX_DEFAULT  ((256 * 1024 * 1024) >> PAGE_SHIFT) 
+#define NKMEMPAGES_MAX_DEFAULT  ((256 * 1024 * 1024) >> PAGE_SHIFT)
 
 /*
  * Mach derived conversion macros

Index: src/sys/arch/hppa/include/pcb.h
diff -u src/sys/arch/hppa/include/pcb.h:1.9 src/sys/arch/hppa/include/pcb.h:1.10
--- src/sys/arch/hppa/include/pcb.h:1.9	Tue Mar 16 16:20:19 2010
+++ src/sys/arch/hppa/include/pcb.h	Tue Apr 16 12:25:17 2019
@@ -1,4 +1,4 @@
-/*	$NetBSD: pcb.h,v 1.9 2010/03/16 16:20:19 skrll Exp $	*/
+/*	$NetBSD: pcb.h,v 1.10 2019/04/16 12:25:17 skrll Exp $	*/
 
 /*	$OpenBSD: pcb.h,v 1.6 2000/01/12 07:24:35 mickey Exp $	*/
 
@@ -44,7 +44,7 @@ struct pcb {
 struct md_coredump {
 	struct reg md_reg;
 	struct fpreg md_fpreg;
-}; 
+};
 
 
 #endif /* _HPPA_PCB_H_ */

Index: src/sys/arch/hppa/include/reg.h
diff -u src/sys/arch/hppa/include/reg.h:1.12 src/sys/arch/hppa/include/reg.h:1.13
--- src/sys/arch/hppa/include/reg.h:1.12	Sun Jun  6 12:13:36 2010
+++ src/sys/arch/hppa/include/reg.h	Tue Apr 16 12:25:17 2019
@@ -1,4 +1,4 @@
-/*	$NetBSD: reg.h,v 1.12 2010/06/06 12:13:36 skrll Exp $	*/
+/*	$NetBSD: reg.h,v 1.13 2019/04/16 12:25:17 skrll Exp $	*/
 
 /*	$OpenBSD: reg.h,v 1.7 2000/06/15 17:00:37 mickey Exp $	*/
 
@@ -27,7 +27,7 @@
  * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
  * THE POSSIBILITY OF SUCH DAMAGE.
  */
-/* 
+/*
  * Copyright (c) 1990,1994 The University of Utah and
  * the Computer Systems Laboratory at the University of Utah (CSL).
  * All rights reserved.
@@ -56,7 +56,7 @@
 
 /*
  * constants for registers for use with the following routines:
- * 
+ *
  *     void mtctl(reg, value)	- move to control register
  *     int mfctl(reg)		- move from control register
  *     int mtsp(sreg, value)	- move to space register
@@ -195,7 +195,7 @@ struct reg {
 	uint32_t r_pcsqt;
 	uint32_t r_pcoqh;
 	uint32_t r_pcoqt;
-	
+
 	uint32_t r_sr0;
 	uint32_t r_sr1;
 	uint32_t r_sr2;

Reply via email to