KVM: x86: add new KVMCLOCK cpuid feature
[safe/jmp/linux-2.6] / kernel / fork.c
index 44b0791..5d3592d 100644 (file)
@@ -1111,9 +1111,6 @@ static struct task_struct *copy_process(unsigned long clone_flags,
        p->memcg_batch.do_batch = 0;
        p->memcg_batch.memcg = NULL;
 #endif
-
-       p->bts = NULL;
-
        p->stack_start = stack_start;
 
        /* Perform scheduler related setup. Assign this task to a CPU. */