Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/powerpc/include/ibm4xx Fix some white space nits.



details:   https://anonhg.NetBSD.org/src/rev/310661bc6b47
branches:  trunk
changeset: 555726:310661bc6b47
user:      simonb <simonb%NetBSD.org@localhost>
date:      Wed Nov 26 03:56:38 2003 +0000

description:
Fix some white space nits.

diffstat:

 sys/arch/powerpc/include/ibm4xx/ibm4xx_intr.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 228a3a035706 -r 310661bc6b47 sys/arch/powerpc/include/ibm4xx/ibm4xx_intr.h
--- a/sys/arch/powerpc/include/ibm4xx/ibm4xx_intr.h     Wed Nov 26 03:55:38 2003 +0000
+++ b/sys/arch/powerpc/include/ibm4xx/ibm4xx_intr.h     Wed Nov 26 03:56:38 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ibm4xx_intr.h,v 1.5 2003/11/26 03:55:38 simonb Exp $   */
+/*     $NetBSD: ibm4xx_intr.h,v 1.6 2003/11/26 03:56:38 simonb Exp $   */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -120,7 +120,7 @@
 {
        __asm__ volatile("sync; eieio\n");      /* reorder protect */
        cpl = newcpl;
-       if(ipending & ~newcpl)
+       if (ipending & ~newcpl)
                do_pending_int();
        __asm__ volatile("sync; eieio\n");      /* reorder protect */
 }
@@ -134,7 +134,7 @@
        __asm__ volatile("sync; eieio\n");      /* reorder protect */
        oldcpl = cpl;
        cpl = newcpl;
-       if(ipending & ~newcpl)
+       if (ipending & ~newcpl)
                do_pending_int();
        __asm__ volatile("sync; eieio\n");      /* reorder protect */
        return(oldcpl);



Home | Main Index | Thread Index | Old Index