xlat: add values to new ARCH_* constants

Since UAPI header declares them under CONFIG_CHECKPOINT_RESTORE
and they would never be defined in user space.

* xlat/archvals.in: Add numeric values to ARCH_MAP_VDSO_* constants.
This commit is contained in:
Eugene Syromyatnikov 2016-11-19 03:36:22 +03:00 committed by Dmitry V. Levin
parent 9eb38322fb
commit 2c9464c5a3

View File

@ -2,6 +2,6 @@ ARCH_SET_GS
ARCH_SET_FS
ARCH_GET_FS
ARCH_GET_GS
ARCH_MAP_VDSO_X32
ARCH_MAP_VDSO_32
ARCH_MAP_VDSO_64
ARCH_MAP_VDSO_X32 0x2001
ARCH_MAP_VDSO_32 0x2002
ARCH_MAP_VDSO_64 0x2003