summaryrefslogtreecommitdiff
path: root/src/runtime/mklockrank.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/mklockrank.go')
-rw-r--r--src/runtime/mklockrank.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/runtime/mklockrank.go b/src/runtime/mklockrank.go
index 9cb51bedca..110d57faf0 100644
--- a/src/runtime/mklockrank.go
+++ b/src/runtime/mklockrank.go
@@ -47,8 +47,8 @@ allg, hchan, reflectOffs, timers, traceBuf < fin;
traceBuf < traceStrings;
allg, hchan, notifyList, reflectOffs, timers, traceStrings < mspanSpecial, profInsert, profBlock, profMemActive, gcBitsArenas, spanSetSpine, mheapSpecial;
profMemActive < profMemFuture;
-hchan, root, sched, traceStrings < trace;
-fin, notifyList, trace < traceStackTab;
+hchan, root, sched, traceStrings, notifyList, fin < trace;
+trace < traceStackTab;
timers < netpollInit;
rwmutexW, sysmon < rwmutexR;
gcBitsArenas, netpollInit, profBlock, profInsert, profMemFuture, spanSetSpine, traceStackTab < gscan;