x86/asm: move user code selector values to common

I'll need them in parasite head and in exit.

travis-ci: success for Rectify 32-bit compatible C/R on x86
Signed-off-by: Dmitry Safonov <dsafonov@virtuozzo.com>
Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
This commit is contained in:
Dmitry Safonov 2016-12-09 21:19:27 +03:00 committed by Andrei Vagin
parent 365b29ae38
commit 8c1d8b74d0
2 changed files with 3 additions and 3 deletions

View file

@ -21,4 +21,7 @@
#endif /* __ASSEMBLY__ */
#define __USER32_CS 0x23
#define __USER_CS 0x33
#endif /* __CR_LINKAGE_H__ */