freebsd-dev/sys/arm
Julian Elischer ad1e7d285a Threading cleanup.. part 2 of several.
Make part of John Birrell's KSE patch permanent..
Specifically, remove:
Any reference of the ksegrp structure. This feature was
never fully utilised and made things overly complicated.
All code in the scheduler that tried to make threaded programs
fair to unthreaded programs.  Libpthread processes will already
do this to some extent and libthr processes already disable it.

Also:
Since this makes such a big change to the scheduler(s), take the opportunity
to rename some structures and elements that had to be moved anyhow.
This makes the code a lot more readable.

The ULE scheduler compiles again but I have no idea if it works.

The 4bsd scheduler still reqires a little cleaning and some functions that now do
ALMOST nothing will go away, but I thought I'd do that as a separate commit.

Tested by David Xu, and Dan Eischen using libthr and libpthread.
2006-12-06 06:34:57 +00:00
..
arm Do not forget to call pmap_free_l2_bucket() in pmap_remove_pages(). 2006-12-04 12:55:00 +00:00
at91 Threading cleanup.. part 2 of several. 2006-12-06 06:34:57 +00:00
compile
conf Bring in status led support for /dev/led/gpioled on Avila. 2006-11-22 12:57:17 +00:00
include Introduce CPU_XSCALE_CORE3, as XScale Core 3 is significally different than 2006-11-30 23:30:40 +00:00
sa11x0 Threading cleanup.. part 2 of several. 2006-12-06 06:34:57 +00:00
xscale Threading cleanup.. part 2 of several. 2006-12-06 06:34:57 +00:00