x86, bts: DS and BTS initialization
authorMarkus Metzger <markus.t.metzger@googlemail.com>
Sun, 9 Nov 2008 13:29:21 +0000 (14:29 +0100)
committerIngo Molnar <mingo@elte.hu>
Mon, 10 Nov 2008 07:50:32 +0000 (08:50 +0100)
commitf4166c54bfe04f64603974058e44fbd7cfef0ccc
tree952c9e53143990dbd6159cb6c2412498d84a49e3
parentf7160c7573615ec82c691e294cf80d920b5d588d
x86, bts: DS and BTS initialization

Impact: widen BTS/PEBS ptrace enablement to more CPU models

Move BTS initialisation out of an #ifdef CONFIG_X86_64 guard.

Assume core2 BTS and DS layout for future models of family 6 processors.

Signed-off-by: Markus Metzger <markus.t.metzger@intel.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/cpu/intel.c
arch/x86/kernel/ds.c
arch/x86/kernel/ptrace.c