genode/base-hw
Martin Stein c56927b76e hw: differ ID allocators even with same size
Previously, if two ID allocators for different kernel objects had the
same size, the kernel-object framework managed both objects types
through the same allocator instance. This is caused by the use of
unsynchronized singletons in the accessor functions and can be avoided
by creating new types through inheritance instead of using typedefs.
Anyways, this fix is a little bit ugly and should replaced by avoiding
the use of unsynchronized singletons in the future.

fix #906
2013-10-22 08:00:14 +02:00
..
doc Merge panda_a2 and panda SPEC (fix #505, fix #506) 2012-11-23 12:20:27 +01:00
include hw: enable performance counter on ARMv6 and ARMv7 2013-10-17 11:05:53 +02:00
lib/mk hw: enable performance counter on ARMv6 and ARMv7 2013-10-17 11:05:53 +02:00
mk base-hw: Support for Raspberry Pi 2013-05-15 20:48:07 +02:00
run run-tool: be more failure tolerant in spawn_serial 2013-07-15 13:06:08 +02:00
src hw: differ ID allocators even with same size 2013-10-22 08:00:14 +02:00