Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/evbarm splserial is an alias for splhigh now...



details:   https://anonhg.NetBSD.org/src/rev/02176857dc05
branches:  trunk
changeset: 827300:02176857dc05
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Oct 23 07:05:23 2017 +0000

description:
splserial is an alias for splhigh now. No need to splhigh twice.

diffstat:

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

diffs (26 lines):

diff -r d5b36216f327 -r 02176857dc05 sys/arch/evbarm/evbarm/autoconf.c
--- a/sys/arch/evbarm/evbarm/autoconf.c Mon Oct 23 06:52:17 2017 +0000
+++ b/sys/arch/evbarm/evbarm/autoconf.c Mon Oct 23 07:05:23 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: autoconf.c,v 1.20 2017/05/28 00:30:49 jmcneill Exp $   */
+/*     $NetBSD: autoconf.c,v 1.21 2017/10/23 07:05:23 skrll Exp $      */
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.20 2017/05/28 00:30:49 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.21 2017/10/23 07:05:23 skrll Exp $");
 
 #include "opt_md.h"
 
@@ -169,7 +169,6 @@
        struct cfdata *cf;
 
        (void) splhigh();
-       (void) splserial();     /* XXX need an splextreme() */
 
        for (cf = &cfdata[0]; cf->cf_name; cf++) {
                if (cf->cf_pspec == NULL) {



Home | Main Index | Thread Index | Old Index