mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-26 05:48:29 +00: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.