mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-08 12:20:21 +00:00
When SMP is enabled multicore specific instructions (e.g., pldw) are generated. These are not supported and lead to invalid instruction faults on uni-processor systems (like Cortex-A8). Therefore, we disable SMP for arm_v7 in Linux code. This requires also a switch from the RCU tree implementation to RCU tiny, which we shadow and dummy implemented. issue #5104