kernel/mem: Add priority_mask to model.
authorMarcelina Kościelnicka <mwk@0x04.net>
Sat, 22 May 2021 15:00:20 +0000 (17:00 +0200)
committerMarcelina Kościelnicka <mwk@0x04.net>
Mon, 24 May 2021 22:38:20 +0000 (00:38 +0200)
commit95a39d342584fc9f98c57550aa7fba9e4652067b
tree4448d0f6963df490e672ea8fa70ad42bb542247e
parent835688bf80eb9db7241c1aa767b7e97dad1c0eeb
kernel/mem: Add priority_mask to model.

This is going to be used to store arbitrary priority masks in the
future.  Right now, it is not supported by our cell library, so the
priority_mask is computed from port order on helper construction,
and discarded when emitted.  However, this allows us to already convert
helper-using passes to the new model.
kernel/mem.cc
kernel/mem.h