Module Name:    src
Committed By:   riastradh
Date:           Sun Dec 19 11:51:51 UTC 2021

Modified Files:
        src/sys/external/bsd/drm2/include/linux: radix-tree.h
        src/sys/external/bsd/drm2/linux: linux_radixtree.c

Log Message:
linux: Kludgily make radix tree safe for RCU

Using a lock is completely stupid (gotta be cpu_simple_lock because
there's no radix_tree_destroy or anything), and the nonsense to do
unvolatile/unconst is garbage, but it will serve to make this safe
for RCU until someone makes our radix tree code RCU-safe (which
Someone^TM should totally do).


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/external/bsd/drm2/include/linux/radix-tree.h
cvs rdiff -u -r1.1 -r1.2 src/sys/external/bsd/drm2/linux/linux_radixtree.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Reply via email to