Commit 8c1d8b74 authored by Dmitry Safonov's avatar Dmitry Safonov Committed by Andrei Vagin

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: 's avatarDmitry Safonov <dsafonov@virtuozzo.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
parent 365b29ae
...@@ -18,9 +18,6 @@ ...@@ -18,9 +18,6 @@
#include "common/asm/linkage.h" #include "common/asm/linkage.h"
#define __USER32_CS 0x23
#define __USER_CS 0x33
.text .text
/* /*
......
...@@ -21,4 +21,7 @@ ...@@ -21,4 +21,7 @@
#endif /* __ASSEMBLY__ */ #endif /* __ASSEMBLY__ */
#define __USER32_CS 0x23
#define __USER_CS 0x33
#endif /* __CR_LINKAGE_H__ */ #endif /* __CR_LINKAGE_H__ */
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