Subject: re: misc/37612: cpu_switchto(9) doesn't document 'returning' parameter
To: None <gnats-bugs@NetBSD.org>
From: matthew green <mrg@eterna.com.au>
List: netbsd-bugs
Date: 12/26/2007 08:36:59
   	
   Architecture: x86_64
   Machine: amd64
   >Description:
   	The cpu_switchto(9) man page declares the function as:
   	    lwp_t *cpu_switchto(lwp_t *oldlwp, lwp_t *newlwp);
   
   	But should now read:
   	    lwp_t *cpu_switchto(lwp_t *oldlwp, lwp_t *newlwp, bool returning);


interesting...

andy, what is this bool returning?  i notice that most
platforms cpu_switchto() don't notice it..


.mrg.