mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
nova: Allocate pages for Report ROM module depending on max count of CPUs supported by NOVA.
This commit is contained in:
@@ -683,7 +683,7 @@ Platform::Platform()
|
||||
rom_name, " as ROM module"); });
|
||||
};
|
||||
|
||||
export_pages_as_rom_module("platform_info", 37,
|
||||
export_pages_as_rom_module("platform_info", 1 + (MAX_SUPPORTED_CPUS / 32),
|
||||
[&](char *const ptr, size_t const size)
|
||||
{
|
||||
log("Exporting platform info as ROM module");
|
||||
|
||||
Reference in New Issue
Block a user