From 82eed127245d7a2c0c810b1b9b654d327e95c4cf Mon Sep 17 00:00:00 2001 From: skrll Date: Mon, 23 Oct 2017 07:05:23 +0000 Subject: [PATCH] splserial is an alias for splhigh now. No need to splhigh twice. --- sys/arch/evbarm/evbarm/autoconf.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sys/arch/evbarm/evbarm/autoconf.c b/sys/arch/evbarm/evbarm/autoconf.c index e57f411bbaee..a6ac4a05311c 100644 --- a/sys/arch/evbarm/evbarm/autoconf.c +++ b/sys/arch/evbarm/evbarm/autoconf.c @@ -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 -__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 @@ cpu_configure(void) struct cfdata *cf; (void) splhigh(); - (void) splserial(); /* XXX need an splextreme() */ for (cf = &cfdata[0]; cf->cf_name; cf++) { if (cf->cf_pspec == NULL) {