search for: 144439

Displaying 1 result from an estimated 1 matches for "144439".

Did you mean: 141439
2007 Apr 18
0
[PATCH 3/14] i386 / Remove unnecessary tls init
The per-CPU initialization code is copying in bogus data into thread->tls_array. Note that it copies &per_cpu(cpu_gdt_table, cpu), not &per_cpu(cpu_gdt_table, cpu)[GDT_ENTRY_TLS_MIN). That is totally broken and unnecessary. Make the initialization explicitly NULL. Patch-base: 2.6.13-rc5-mm1 Patch-keys: i386 cleanup Signed-off-by: Zachary Amsden <zach@vmware.com Index: