From 0de0f851acbf4fb39c4a14d6967e228b65d348a0 Mon Sep 17 00:00:00 2001 From: Patrick Wildt Date: Sat, 21 Jan 2017 09:40:16 +0000 Subject: Add missing spl0() call. --- sys/arch/arm64/arm64/autoconf.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/arch/arm64/arm64/autoconf.c b/sys/arch/arm64/arm64/autoconf.c index cd2c21c1508..96fe23613bc 100644 --- a/sys/arch/arm64/arm64/autoconf.c +++ b/sys/arch/arm64/arm64/autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.c,v 1.1 2016/12/17 23:38:33 patrick Exp $ */ +/* $OpenBSD: autoconf.c,v 1.2 2017/01/21 09:40:15 patrick Exp $ */ /* * Copyright (c) 2009 Miodrag Vallat. * @@ -39,6 +39,7 @@ cpu_configure(void) (void)config_rootfound("mainbus", NULL); cold = 0; + spl0(); } void -- cgit v1.2.3