mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
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:
parent
365b29ae38
commit
8c1d8b74d0
2 changed files with 3 additions and 3 deletions
|
|
@ -21,4 +21,7 @@
|
|||
|
||||
#endif /* __ASSEMBLY__ */
|
||||
|
||||
#define __USER32_CS 0x23
|
||||
#define __USER_CS 0x33
|
||||
|
||||
#endif /* __CR_LINKAGE_H__ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue