From 5cd4173b44007c6065b53aeb1248e2aac06807b2 Mon Sep 17 00:00:00 2001 From: Ingo Molnar Date: Sat, 3 Sep 2005 15:56:41 -0700 Subject: [PATCH] --- yaml --- r: 6982 b: refs/heads/master c: 4f0cb8d978ab4b6e3b40147f619f48316d9d7f63 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/asm-i386/processor.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/[refs] b/[refs] index d2aed1682781..cc97536efb18 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c9b02a24130e3ff14a553d966a79f46cf806b037 +refs/heads/master: 4f0cb8d978ab4b6e3b40147f619f48316d9d7f63 diff --git a/trunk/include/asm-i386/processor.h b/trunk/include/asm-i386/processor.h index a0489b222702..992224bff549 100644 --- a/trunk/include/asm-i386/processor.h +++ b/trunk/include/asm-i386/processor.h @@ -475,7 +475,6 @@ struct thread_struct { .esp0 = sizeof(init_stack) + (long)&init_stack, \ .ss0 = __KERNEL_DS, \ .ss1 = __KERNEL_CS, \ - .ldt = GDT_ENTRY_LDT, \ .io_bitmap_base = INVALID_IO_BITMAP_OFFSET, \ .io_bitmap = { [ 0 ... IO_BITMAP_LONGS] = ~0 }, \ }