aboutsummaryrefslogtreecommitdiffstats
path: root/xenolinux-2.4.21-pre4-sparse/include/asm-xeno/processor.h
diff options
context:
space:
mode:
Diffstat (limited to 'xenolinux-2.4.21-pre4-sparse/include/asm-xeno/processor.h')
-rw-r--r--xenolinux-2.4.21-pre4-sparse/include/asm-xeno/processor.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/xenolinux-2.4.21-pre4-sparse/include/asm-xeno/processor.h b/xenolinux-2.4.21-pre4-sparse/include/asm-xeno/processor.h
index 86b0020c23..d3547ea2bc 100644
--- a/xenolinux-2.4.21-pre4-sparse/include/asm-xeno/processor.h
+++ b/xenolinux-2.4.21-pre4-sparse/include/asm-xeno/processor.h
@@ -356,6 +356,7 @@ struct thread_struct {
unsigned long esp;
unsigned long fs;
unsigned long gs;
+ unsigned int hypercall_pl;
/* Hardware debugging registers */
unsigned long debugreg[8]; /* %%db0-7 debug registers */
/* fault info */
@@ -368,7 +369,7 @@ struct thread_struct {
unsigned long v86flags, v86mask, saved_esp0;
};
-#define INIT_THREAD { 0 }
+#define INIT_THREAD { 0, 0, 0, 0, 0, 1, {0}, 0, 0, 0, {0}, 0, 0, 0, 0, 0 }
#define INIT_TSS { \
0,0, /* back_link, __blh */ \