]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Get kernel profiling on SMP systems closer to working by replacing the
authorjhb <jhb@FreeBSD.org>
Thu, 28 Jun 2001 04:03:29 +0000 (04:03 +0000)
committerjhb <jhb@FreeBSD.org>
Thu, 28 Jun 2001 04:03:29 +0000 (04:03 +0000)
commitb3565b0fc99c1039f2e3bb4741fc982a6a6ee740
treeb4fdf5d2480868db6b4e1aa410082e953dafe414
parent0bd9d86c0af02f2998bfd0eaf5b4dd49683dbc90
Get kernel profiling on SMP systems closer to working by replacing the
mcount spin mutex with a very simple non-recursive spinlock implemented
using atomic operations.
sys/amd64/amd64/mp_machdep.c
sys/amd64/amd64/mptable.c
sys/amd64/include/mptable.h
sys/amd64/include/profile.h
sys/i386/i386/mp_machdep.c
sys/i386/i386/mptable.c
sys/i386/include/mptable.h
sys/i386/include/profile.h