Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/i386/i386 whitespace
details: https://anonhg.NetBSD.org/src/rev/952d1203aead
branches: trunk
changeset: 779747:952d1203aead
user: yamt <yamt%NetBSD.org@localhost>
date: Fri Jun 15 14:23:46 2012 +0000
description:
whitespace
diffstat:
sys/arch/i386/i386/vector.S | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 5b017f5fbb19 -r 952d1203aead sys/arch/i386/i386/vector.S
--- a/sys/arch/i386/i386/vector.S Fri Jun 15 14:09:26 2012 +0000
+++ b/sys/arch/i386/i386/vector.S Fri Jun 15 14:23:46 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vector.S,v 1.59 2011/06/12 03:35:42 rmind Exp $ */
+/* $NetBSD: vector.S,v 1.60 2012/06/15 14:23:46 yamt Exp $ */
/*
* Copyright 2002 (c) Wasabi Systems, Inc.
@@ -65,7 +65,7 @@
*/
#include <machine/asm.h>
-__KERNEL_RCSID(0, "$NetBSD: vector.S,v 1.59 2011/06/12 03:35:42 rmind Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vector.S,v 1.60 2012/06/15 14:23:46 yamt Exp $");
#include "opt_ddb.h"
#include "opt_multiprocessor.h"
@@ -282,7 +282,7 @@
pushl $T_ASTFLT /* trap # for doing ASTs */ ;\
INTRENTRY ;\
movl CPUVAR(ISOURCES) + (num) * 4, %ebp ;\
- mask(num) /* mask it in hardware */ ;\
+ mask(num) /* mask it in hardware */ ;\
early_ack(num) /* and allow other intrs */ ;\
testl %ebp,%ebp ;\
jz 9f /* stray */ ;\
Home |
Main Index |
Thread Index |
Old Index