From 16fe230c4962afab2e141f7910eb7192b8161870 Mon Sep 17 00:00:00 2001 From: Zachary Amsden Date: Sat, 3 Sep 2005 15:56:45 -0700 Subject: [PATCH] --- yaml --- r: 6986 b: refs/heads/master c: e9f86e351fda5b3c40192fc3990453613f160779 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/i386/power/cpu.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 1f904c8f77cc..a90585d578ae 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a5201129307f414890f9a4410e38da205f5d7359 +refs/heads/master: e9f86e351fda5b3c40192fc3990453613f160779 diff --git a/trunk/arch/i386/power/cpu.c b/trunk/arch/i386/power/cpu.c index c7a6436aa938..7b0b9ad848e5 100644 --- a/trunk/arch/i386/power/cpu.c +++ b/trunk/arch/i386/power/cpu.c @@ -84,7 +84,6 @@ static void fix_processor_context(void) struct tss_struct * t = &per_cpu(init_tss, cpu); set_tss_desc(cpu,t); /* This just modifies memory; should not be necessary. But... This is necessary, because 386 hardware has concept of busy TSS or some similar stupidity. */ - per_cpu(cpu_gdt_table, cpu)[GDT_ENTRY_TSS].b &= 0xfffffdff; load_TR_desc(); /* This does ltr */ load_LDT(¤t->active_mm->context); /* This does lldt */