Searched hist:216845 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/sys/i386/i386/
H A Dsys_machdep.cdiff 216845 Fri Dec 31 17:55:28 MST 2010 cperciva Make i386_set_ldt work on i386/XEN, step 3/5.

Synchronize reality with comment: The user_ldt_alloc function is supposed to
return with dt_lock held. Due to broken locking in i386/xen/pmap.c, we drop
dt_lock during the call to pmap_map_readonly and then pick it up again; this
can be removed once the Xen pmap locking is fixed.

MFC after: 3 days

Completed in 111 milliseconds