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/bc7228a565aa
branches: trunk
changeset: 837825:bc7228a565aa
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 ae275b99e1e8 -r bc7228a565aa 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