From ab060aad6bcfb63e4355b952dc0aef04ca9ebacf Mon Sep 17 00:00:00 2001 From: Michael Mueller Date: Mon, 24 Feb 2025 18:20:21 +0100 Subject: [PATCH] Update core affinities in CIP. --- repos/base-tukija/src/core/include/cell_component.h | 1 + 1 file changed, 1 insertion(+) diff --git a/repos/base-tukija/src/core/include/cell_component.h b/repos/base-tukija/src/core/include/cell_component.h index 2e9dda6436..4f4d795573 100644 --- a/repos/base-tukija/src/core/include/cell_component.h +++ b/repos/base-tukija/src/core/include/cell_component.h @@ -100,6 +100,7 @@ class Ealan::Cell_component : public Genode::Rpc_object, void update(Genode::Affinity &affinity) override { /* TODO: implement */ Genode::log("Changing cell's affinity to ", affinity); + _calculate_mask_for_location(&_cip->cores_reserved, affinity.location()); } bool is_brick() override {