base-tukija: Synchronized number of maximum supported CPUs with kernel value.

This commit is contained in:
Michael Mueller
2025-02-27 16:26:30 +01:00
parent 6447d12c15
commit 26bc8c6a7d

View File

@@ -28,7 +28,7 @@ class Core::Platform : public Platform_generic
{
public:
enum { MAX_SUPPORTED_CPUS = 64};
enum { MAX_SUPPORTED_CPUS = 256};
private: