mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
base-tukija: Synchronized number of maximum supported CPUs with kernel value.
This commit is contained in:
@@ -28,7 +28,7 @@ class Core::Platform : public Platform_generic
|
||||
{
|
||||
public:
|
||||
|
||||
enum { MAX_SUPPORTED_CPUS = 64};
|
||||
enum { MAX_SUPPORTED_CPUS = 256};
|
||||
|
||||
private:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user