Hi,
I am trying to use num_cpus as described in release notes 12-11 on Fiasco.OC, but it's not there - it calls the virtual implementation on platform_generic.h returning 1.
I am using GIT branch master - should I be using something else?
Daniel
Hi Daniel,
the Fiasco.OC-specific implementation is indeed missing. It should go to 'base-foc/src/core/include/platform.h'. Apparently, we have used the 'affinity' function but not the 'num_cpus' function in our L4Linux support code. So the missing 'num_cpus' slipped through. Sorry about that. I have opened an issue:
https://github.com/genodelabs/genode/issues/578
Thanks for reporting!
Norman