Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/x86/x86 drop trailing whitespace



details:   https://anonhg.NetBSD.org/src/rev/3027888ba304
branches:  trunk
changeset: 772800:3027888ba304
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Tue Jan 17 03:01:39 2012 +0000

description:
drop trailing whitespace

diffstat:

 sys/arch/x86/x86/via_padlock.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (37 lines):

diff -r 95bc2f07cd55 -r 3027888ba304 sys/arch/x86/x86/via_padlock.c
--- a/sys/arch/x86/x86/via_padlock.c    Mon Jan 16 22:44:15 2012 +0000
+++ b/sys/arch/x86/x86/via_padlock.c    Tue Jan 17 03:01:39 2012 +0000
@@ -1,5 +1,5 @@
 /*     $OpenBSD: via.c,v 1.8 2006/11/17 07:47:56 tom Exp $     */
-/*     $NetBSD: via_padlock.c,v 1.17 2011/11/28 15:22:41 tls Exp $ */
+/*     $NetBSD: via_padlock.c,v 1.18 2012/01/17 03:01:39 jakllsch Exp $ */
 
 /*-
  * Copyright (c) 2003 Jason Wright
@@ -20,7 +20,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: via_padlock.c,v 1.17 2011/11/28 15:22:41 tls Exp $");
+__KERNEL_RCSID(0, "$NetBSD: via_padlock.c,v 1.18 2012/01/17 03:01:39 jakllsch Exp $");
 
 #ifdef _KERNEL_OPT
 # include "rnd.h"
@@ -101,7 +101,7 @@
         */
        kpreempt_disable();
        x86_disable_intr();
-       creg0 = rcr0(); 
+       creg0 = rcr0();
        lcr0(creg0 & ~(CR0_EM|CR0_TS)); /* Permit access to SIMD/FPU path */
        /*
         * Collect the random data from the C3 RNG into our buffer.
@@ -118,7 +118,7 @@
        rnd_add_data(&sc->sc_rnd_source, buffer, len * sizeof(int),
                     len * sizeof(int));
        callout_reset(&sc->sc_rnd_co, sc->sc_rnd_hz, via_c3_rnd, sc);
-}      
+}
 
 static void
 via_c3_rnd_init(struct via_padlock_softc *sc)



Home | Main Index | Thread Index | Old Index