Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc64/sparc64 Not FALLTHROUGH.



details:   https://anonhg.NetBSD.org/src/rev/27b9d69fb24b
branches:  trunk
changeset: 783157:27b9d69fb24b
user:      kiyohara <kiyohara%NetBSD.org@localhost>
date:      Sat Dec 08 11:43:27 2012 +0000

description:
Not FALLTHROUGH.

diffstat:

 sys/arch/sparc64/sparc64/machdep.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 750b63d72825 -r 27b9d69fb24b sys/arch/sparc64/sparc64/machdep.c
--- a/sys/arch/sparc64/sparc64/machdep.c        Sat Dec 08 11:03:36 2012 +0000
+++ b/sys/arch/sparc64/sparc64/machdep.c        Sat Dec 08 11:43:27 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.270 2012/09/13 11:53:45 martin Exp $ */
+/*     $NetBSD: machdep.c,v 1.271 2012/12/08 11:43:27 kiyohara Exp $ */
 
 /*-
  * Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc.
@@ -71,7 +71,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.270 2012/09/13 11:53:45 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.271 2012/12/08 11:43:27 kiyohara Exp $");
 
 #include "opt_ddb.h"
 #include "opt_multiprocessor.h"
@@ -2295,7 +2295,6 @@
                        (unsigned long long)size,
                        (unsigned long long)hp->_ptr));
                return (0);
-               /* FALLTHROUGH */
        case PCI_IO_BUS_SPACE:
                map_little = 1;
                break;



Home | Main Index | Thread Index | Old Index