Source-Changes-HG archive

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

[src/trunk]: src/sys/arch White space fix.



details:   https://anonhg.NetBSD.org/src/rev/b40e14d48ae6
branches:  trunk
changeset: 769847:b40e14d48ae6
user:      jym <jym%NetBSD.org@localhost>
date:      Sat Sep 24 21:24:52 2011 +0000

description:
White space fix.

diffstat:

 sys/arch/amd64/amd64/cpufunc.S |  4 ++--
 sys/arch/i386/i386/cpufunc.S   |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (50 lines):

diff -r 237f9ecf6f3d -r b40e14d48ae6 sys/arch/amd64/amd64/cpufunc.S
--- a/sys/arch/amd64/amd64/cpufunc.S    Sat Sep 24 21:11:23 2011 +0000
+++ b/sys/arch/amd64/amd64/cpufunc.S    Sat Sep 24 21:24:52 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpufunc.S,v 1.20 2011/09/24 10:32:52 jym Exp $ */
+/*     $NetBSD: cpufunc.S,v 1.21 2011/09/24 21:24:52 jym Exp $ */
 
 /*-
  * Copyright (c) 1998, 2007, 2008 The NetBSD Foundation, Inc.
@@ -252,7 +252,7 @@
        movq    L_PCB(%r8), %r8
        movq    $0, PCB_ONFAULT(%r8)
        movl    $EFAULT, %eax
-        ret
+       ret
 
 #ifndef XEN
 ENTRY(wbinvd)
diff -r 237f9ecf6f3d -r b40e14d48ae6 sys/arch/i386/i386/cpufunc.S
--- a/sys/arch/i386/i386/cpufunc.S      Sat Sep 24 21:11:23 2011 +0000
+++ b/sys/arch/i386/i386/cpufunc.S      Sat Sep 24 21:24:52 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpufunc.S,v 1.16 2011/09/24 10:32:52 jym Exp $ */
+/*     $NetBSD: cpufunc.S,v 1.17 2011/09/24 21:24:52 jym Exp $ */
 
 /*-
  * Copyright (c) 1998, 2007 The NetBSD Foundation, Inc.
@@ -38,7 +38,7 @@
 #include <sys/errno.h>
 
 #include <machine/asm.h>
-__KERNEL_RCSID(0, "$NetBSD: cpufunc.S,v 1.16 2011/09/24 10:32:52 jym Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cpufunc.S,v 1.17 2011/09/24 21:24:52 jym Exp $");
 
 #include "opt_xen.h"
 
@@ -165,11 +165,11 @@
  * MSR operations fault handler
  */
 NENTRY(msr_onfault)
-               movl    CPUVAR(CURLWP), %ecx
+       movl    CPUVAR(CURLWP), %ecx
        movl    L_PCB(%ecx), %ecx
        movl    $0, PCB_ONFAULT(%ecx)
        movl    $EFAULT, %eax
-        ret
+       ret
 
 END(rdmsr_safe)
 



Home | Main Index | Thread Index | Old Index