Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/pic Whitespace
details: https://anonhg.NetBSD.org/src/rev/e2b88a2e1e22
branches: trunk
changeset: 789454:e2b88a2e1e22
user: skrll <skrll%NetBSD.org@localhost>
date: Mon Aug 19 07:06:06 2013 +0000
description:
Whitespace
diffstat:
sys/arch/arm/pic/pic.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 09bf79634dbe -r e2b88a2e1e22 sys/arch/arm/pic/pic.c
--- a/sys/arch/arm/pic/pic.c Mon Aug 19 06:56:15 2013 +0000
+++ b/sys/arch/arm/pic/pic.c Mon Aug 19 07:06:06 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pic.c,v 1.15 2012/10/30 07:42:35 msaitoh Exp $ */
+/* $NetBSD: pic.c,v 1.16 2013/08/19 07:06:06 skrll Exp $ */
/*-
* Copyright (c) 2008 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -28,7 +28,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pic.c,v 1.15 2012/10/30 07:42:35 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pic.c,v 1.16 2013/08/19 07:06:06 skrll Exp $");
#define _INTR_PRIVATE
#include <sys/param.h>
@@ -257,7 +257,6 @@
{
int rv;
-
if (__predict_false(is->is_arg == NULL)
&& __predict_true(frame != NULL)) {
rv = (*is->is_func)(frame);
Home |
Main Index |
Thread Index |
Old Index