Commit 72ead490 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Pavel Emelyanov

vdso: image -- Add VMA_AREA_VVAR flag

Will need it to handle vvar zones in a special way.

Because VMA_UNSUPP never goes into the image file
lets reuse bit 12 for VVAR.
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Acked-by: 's avatarAndrew Vagin <avagin@parallels.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent e0b3018b
...@@ -51,8 +51,9 @@ ...@@ -51,8 +51,9 @@
#define VMA_AREA_SYSVIPC (1 << 10) #define VMA_AREA_SYSVIPC (1 << 10)
#define VMA_AREA_SOCKET (1 << 11) #define VMA_AREA_SOCKET (1 << 11)
#define VMA_AREA_VVAR (1 << 12)
#define VMA_UNSUPP (1 << 12) /* Unsupported VMA */ #define VMA_UNSUPP (1 << 31) /* Unsupported VMA */
#define CR_CAP_SIZE 2 #define CR_CAP_SIZE 2
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment