提交 18245d5b 编写于 作者: G Glauber de Oliveira Costa 提交者: Ingo Molnar

x86: provide tss_desc

Provide a new type, tss_desc, to represent the tss descriptor
in a unified way accross x86_64 and i386
Signed-off-by: NGlauber de Oliveira Costa <gcosta@redhat.com>
Signed-off-by: NIngo Molnar <mingo@elte.hu>
Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
上级 80fbb69a
...@@ -70,9 +70,11 @@ struct ldttss_desc64 { ...@@ -70,9 +70,11 @@ struct ldttss_desc64 {
#ifdef CONFIG_X86_64 #ifdef CONFIG_X86_64
typedef struct gate_struct64 gate_desc; typedef struct gate_struct64 gate_desc;
typedef struct ldttss_desc64 ldt_desc; typedef struct ldttss_desc64 ldt_desc;
typedef struct ldttss_desc64 tss_desc;
#else #else
typedef struct desc_struct gate_desc; typedef struct desc_struct gate_desc;
typedef struct desc_struct ldt_desc; typedef struct desc_struct ldt_desc;
typedef struct desc_struct tss_desc;
#endif #endif
struct desc_ptr { struct desc_ptr {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册