Mark Kettenis <[email protected]> wrote: > > I guess there is another question -- should the ps_kbind_* variables > > be stored inside the uvmspace, rather than inside pr? > > I think there are arguments for both. But I don't think moving it > makes things easier.
Whatever proc sets the kbind configuration, wins. Any other proc must set the same kbind (if it is different, it gets killed). Isn't the vm_map_lock enough?
