diff options
author | 2020-06-11 00:00:01 +0000 | |
---|---|---|
committer | 2020-06-11 00:00:01 +0000 | |
commit | db7041cd4ce1e5649018569153f8c81ba0f97c57 (patch) | |
tree | 7ab1042baf1fc388250addb303e53004a8006024 /sys/kern/kern_sched.c | |
parent | Add simpleamp(4), a driver for "simple audio amplifier". This (diff) | |
download | wireguard-openbsd-db7041cd4ce1e5649018569153f8c81ba0f97c57.tar.xz wireguard-openbsd-db7041cd4ce1e5649018569153f8c81ba0f97c57.zip |
get rid of a vestigial bit of the sbartq.
i should have removed the sbartq pointer in r1.47 when i removed
the sbartq.
Diffstat (limited to 'sys/kern/kern_sched.c')
-rw-r--r-- | sys/kern/kern_sched.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/kern/kern_sched.c b/sys/kern/kern_sched.c index 85eb00c0206..eab78f74c60 100644 --- a/sys/kern/kern_sched.c +++ b/sys/kern/kern_sched.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kern_sched.c,v 1.66 2020/02/21 11:10:23 claudio Exp $ */ +/* $OpenBSD: kern_sched.c,v 1.67 2020/06/11 00:00:01 dlg Exp $ */ /* * Copyright (c) 2007, 2008 Artur Grabowski <art@openbsd.org> * @@ -54,10 +54,6 @@ uint64_t sched_stolen; /* Times we stole proc from other cpus */ uint64_t sched_choose; /* Times we chose a cpu */ uint64_t sched_wasidle; /* Times we came out of idle */ -#ifdef MULTIPROCESSOR -struct taskq *sbartq; -#endif - int sched_smt; /* |