Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: [matt-nb5-mips64] src/sys/arch/mips



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.


Home | Main Index | Thread Index | Old Index