From 2b04c205ece4f9f9a56b35d8b8f4b29896770e09 Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Fri, 5 Dec 2014 17:51:32 -0700 Subject: [PATCH] smp: share: prossmp.o --- README.txt | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/README.txt b/README.txt index 14b026b70..b20691f56 100644 --- a/README.txt +++ b/README.txt @@ -613,15 +613,17 @@ command line. The remaining 12 belong to the 7 microcode modules and pruxsock.o: prossmp.o: - 00000020 b finished - 00000018 B gc_processor - 00000004 C processors - 00000060 b ready - 00000000 B self - 000000ac b smp_idle_prim - 00000000 B state_mutex - 00000090 b thread_mutex - 000000a8 b trace_p + 00000020 b finished locked + 00000018 B gc_processor locked + 00000004 C processors read-only, init.ed in setup_processors + 00000060 b ready locked + 00000000 B self __thread + 000000ac b smp_idle_prim double-writes OK + 00000000 B state_mutex lock + 00000090 b thread_mutex lock + 000000a8 b trace_p gdb + + OK. Written expressly for multi-processing. intext.o: 00000000 B current_interruptable_extent -- 2.25.1