mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
sculpt: fix warning during prepare step
This patch adds the missing definition of 'prio_levels' in the prepare sub init, fixing the warning: [init -> runtime -> prepare] Warning: vfs: invalid priority, upgrading from -2 to 0 Issue #4281
This commit is contained in:
@@ -166,6 +166,8 @@ void Sculpt::gen_prepare_start_content(Xml_generator &xml, Prepare_version versi
|
||||
|
||||
xml.node("config", [&] () {
|
||||
|
||||
xml.attribute("prio_levels", 4);
|
||||
|
||||
xml.node("parent-provides", [&] () {
|
||||
gen_parent_service<Rom_session>(xml);
|
||||
gen_parent_service<Cpu_session>(xml);
|
||||
|
||||
Reference in New Issue
Block a user