x86, ptrace: add bts context unconditionally
authorMarkus Metzger <markus.t.metzger@intel.com>
Fri, 3 Apr 2009 14:43:48 +0000 (16:43 +0200)
committerIngo Molnar <mingo@elte.hu>
Tue, 7 Apr 2009 11:36:31 +0000 (13:36 +0200)
commit0f4814065ff8c24ca8bfd75c9b73502be152c287
treef3816ecb64ee198235d2e9c1649de3241c3f2ac2
parentee811517a5604aa63fae803b7c044712699e1303
x86, ptrace: add bts context unconditionally

Add the ptrace bts context field to task_struct unconditionally.

Initialize the field directly in copy_process().
Remove all the unneeded functionality used to initialize that field.

Signed-off-by: Markus Metzger <markus.t.metzger@intel.com>
Cc: roland@redhat.com
Cc: eranian@googlemail.com
Cc: oleg@redhat.com
Cc: juan.villacis@intel.com
Cc: ak@linux.jf.intel.com
LKML-Reference: <20090403144603.292754000@intel.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/include/asm/ptrace.h
arch/x86/kernel/ptrace.c
include/linux/ptrace.h
include/linux/sched.h
kernel/fork.c
kernel/ptrace.c