summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordrahn <drahn@openbsd.org>2011-04-23 03:54:42 +0000
committerdrahn <drahn@openbsd.org>2011-04-23 03:54:42 +0000
commit6f5dd23ffcd98470f1bac7099b32ecdd77e33313 (patch)
treeadb31312e6ce2f509825f6837a042ac3eae7c673
parentIndicate which side of the connection responded during phase 1 while using -v. (diff)
downloadwireguard-openbsd-6f5dd23ffcd98470f1bac7099b32ecdd77e33313.tar.xz
wireguard-openbsd-6f5dd23ffcd98470f1bac7099b32ecdd77e33313.zip
start at high ipl (quiets noise on startup).
-rw-r--r--sys/arch/beagle/dev/intc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/beagle/dev/intc.c b/sys/arch/beagle/dev/intc.c
index dca07c81427..051626e9b8b 100644
--- a/sys/arch/beagle/dev/intc.c
+++ b/sys/arch/beagle/dev/intc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: intc.c,v 1.4 2010/09/20 06:33:48 matthew Exp $ */
+/* $OpenBSD: intc.c,v 1.5 2011/04/23 03:54:42 drahn Exp $ */
/*
* Copyright (c) 2007,2009 Dale Rahn <drahn@openbsd.org>
*
@@ -109,7 +109,7 @@ struct intrq {
int iq_ist; /* share type */
};
-volatile int current_ipl_level;
+volatile int current_ipl_level = IPL_HIGH;
volatile int softint_pending;
struct intrq intc_handler[NIRQ];