diff --git a/[refs] b/[refs] index 550e19953c65..29713f28b157 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1b523fb54977c9bb81b16c4badce581a2b455994 +refs/heads/master: 692174b97d5b871f4b0f648b1fb17aa37b955876 diff --git a/trunk/include/asm-i386/processor.h b/trunk/include/asm-i386/processor.h index 11bf899de8aa..01ae0ffcf236 100644 --- a/trunk/include/asm-i386/processor.h +++ b/trunk/include/asm-i386/processor.h @@ -421,6 +421,7 @@ struct thread_struct { }; #define INIT_THREAD { \ + .esp0 = sizeof(init_stack) + (long)&init_stack, \ .vm86_info = NULL, \ .sysenter_cs = __KERNEL_CS, \ .io_bitmap_ptr = NULL, \