mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
Instead of using a special bitfield use a compound of boolean values for the generic page attributes. To reduce copy overhead, change the corresponding functions, where Page_flags are used as arguments, to use references.