haiku/headers
Pawel Dziepak f20ad54be2 kernel: Add support for SMP systems to simple scheduler
In SMP systems simple scheduler will be used only when all logical
processors share all levels of cache and the number of CPUs is low.
In such systems we do not have to care about cache affinity and
the contention on the lock protecting shared run queue is low. Single
run queue makes load balancing very simple.
2013-10-15 00:29:04 +02:00
..
build Refactor reusable pkgman code into libpackage 2013-08-31 21:19:07 +02:00
compatibility Drop "protected"-define from bsd-compatibility header 2012-11-05 09:37:55 +01:00
config Merge branch 'master' into x86_64 2012-08-16 21:11:15 +01:00
cpp Allow use of c_str() on wstring. 2012-10-27 17:14:55 +02:00
glibc Make public glibc header printf.h usable. 2013-07-17 18:07:56 +02:00
libs Merge remote-tracking branch 'haiku/master' into package-management 2013-07-08 14:01:00 +02:00
os Package Kit: Implement progress notifications. 2013-09-29 17:25:33 -04:00
posix Rename parameters to avoid compile error 2013-10-01 17:17:28 +02:00
private kernel: Add support for SMP systems to simple scheduler 2013-10-15 00:29:04 +02:00
tools