From: Eugene Syromyatnikov Date: Thu, 10 Oct 2019 09:49:02 +0000 (+0200) Subject: xlat: update MDB_FLAGS_* constants X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c9a4cb8d33d0ff05b1c9d7d0019048fc282e569f;p=strace xlat: update MDB_FLAGS_* constants Also, provide fallback definitions for constants. * xlat/mdb_flags.in (MDB_FLAGS_OFFLOAD): Add fallback definition. (MDB_FLAGS_FAST_LEAVE): New constant, introduced by Linux commit v5.4-rc1~131^2~321. --- diff --git a/xlat/mdb_flags.in b/xlat/mdb_flags.in index 4c2f1ed3..7df75c66 100644 --- a/xlat/mdb_flags.in +++ b/xlat/mdb_flags.in @@ -1 +1,2 @@ -MDB_FLAGS_OFFLOAD +MDB_FLAGS_OFFLOAD (1 << 0) +MDB_FLAGS_FAST_LEAVE (1 << 1)