mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-08 20:05:54 +00: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:
parent
a12168e1bb
commit
96997ead62
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user