diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2020-06-11 00:00:02 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2020-06-11 00:00:02 +0000 |
commit | 3ecccf1b1aac36d2e9ce20ee069878ba11d92831 (patch) | |
tree | 094041d98132366ee21437a76098c1ee6e3b1fca | |
parent | a20b1174ad67a453aa1ae9017454df38106bc221 (diff) |
get rid of a vestigial bit of the sbartq.
i should have removed the sbartq pointer in r1.47 when i removed
the sbartq.
-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; /* |