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 whitespace, NFC



details:   https://anonhg.NetBSD.org/src/rev/3f2152b967c7
branches:  trunk
changeset: 446861:3f2152b967c7
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Sun Dec 23 12:11:40 2018 +0000

description:
whitespace, NFC

diffstat:

 sys/arch/x86/x86/intr.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 35673c1a57e5 -r 3f2152b967c7 sys/arch/x86/x86/intr.c
--- a/sys/arch/x86/x86/intr.c   Sun Dec 23 12:09:45 2018 +0000
+++ b/sys/arch/x86/x86/intr.c   Sun Dec 23 12:11:40 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: intr.c,v 1.137 2018/12/04 19:27:22 cherry Exp $        */
+/*     $NetBSD: intr.c,v 1.138 2018/12/23 12:11:40 jdolecek Exp $      */
 
 /*
  * Copyright (c) 2007, 2008, 2009 The NetBSD Foundation, Inc.
@@ -133,7 +133,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: intr.c,v 1.137 2018/12/04 19:27:22 cherry Exp $");
+__KERNEL_RCSID(0, "$NetBSD: intr.c,v 1.138 2018/12/23 12:11:40 jdolecek Exp $");
 
 #include "opt_intrdebug.h"
 #include "opt_multiprocessor.h"
@@ -2127,7 +2127,7 @@
 
        pin = isp->is_pin;
        (*pic->pic_hwmask)(pic, pin); /* for ci_ipending check */
-       while(oldci->ci_ipending & (1 << oldslot))
+       while (oldci->ci_ipending & (1 << oldslot))
                (void)kpause("intrdist", false, 1, &cpu_lock);
 
        kpreempt_disable();



Home | Main Index | Thread Index | Old Index