History log of /openbsd/sys/arch/alpha/include/mplock.h (Results 1 – 4 of 4)
Revision Date Author Comments
# 6b2d8873 23-Aug-2024 miod <miod@openbsd.org>

Switch alpha to MI mplock code.


# af1a00f9 03-Jul-2024 jsg <jsg@openbsd.org>

remove __mp_release_all_but_one(), unused since sched_bsd.c rev 1.92
ok claudio@


# ba0fc568 04-Dec-2017 mpi <mpi@openbsd.org>

Change __mp_lock_held() to work with an arbitrary CPU info structure and
extend ddb(4) "ps /o" output to print which CPU is currently holding the
KERNEL_LOCK().

Tested by dhill@, ok visa@


# 21c23d01 26-Jan-2014 miod <miod@openbsd.org>

Work in progress work towards SMP, heavily based upon NetBSD. The MP kernel
will boot multiuser, but will deadlock under load, and I can't find my
mistake yet.