Matt Thomas wrote: > Module Name: src > Committed By: matt > Date: Fri Feb 5 07:36:51 UTC 2010 > > [ ... ] > > Add __HAVE_FAST_SOFTINTS support. > Add routine to remap an uarea via a direct-mapped address. This avoids > TLB machinations when swtching to/from the softint thread. This can only > be done for lwp which won't exit.
Is this printf in cpu_uarea_remap() meant to be there? + printf("ctx=%#"PRIxVADDR" utf=%p\n", + (vaddr_t)l->l_addr->u_pcb.pcb_context.val[_L_SP], + l->l_md.md_utf Cheers, Simon.