Subject: Re: halving context switch time
To: <>
From: David Laight <david@l8s.co.uk>
List: tech-perform
Date: 09/02/2002 18:49:15
> actually, cpu_switch() currently returns void, look in sys/proc.h.
> the x86 implementation is confused.  :-)

I hoped the other ports had the same confusion, it seems they
each have their own!

In which case it either needs a conditional compilation, or to
go through all the ports and:
- change the cpu_switch code to return 0
- give the function a slightly different name

The name changes is just to ensure you've found all the functions.

	David

-- 
David Laight: david@l8s.co.uk