commit | bd1d599518bf11992cc6d5b0df08da4a2b7b0db5 | [log] [tgz] |
---|---|---|
author | Stephane Eranian <eranian@hpl.hp.com> | Thu Dec 07 02:14:00 2006 +0100 |
committer | Andi Kleen <andi@basil.nowhere.org> | Thu Dec 07 02:14:00 2006 +0100 |
tree | 214b6a571c6a77b5b58e9019c3e166ff10e76032 | |
parent | 87e1652c7863b9ae406ff37f33c7ec2bb494d7b1 [diff] |
[PATCH] x86-64: x86_64 rename X86_FEATURE_DTES to X86_FEATURE_DS Here is a patch (used by perfmon2) that renamed X86_FEATURE_DTES to X86_FEATURE_DS to match Intel's documentation for the Debug Store save area. The patch also adds cpu_has_ds. changelog: - rename X86_FEATURE_DTES to X86_FEATURE_DS to match documentation - adds cpu_has_ds to test for X86_FEATURE_DS Signed-off-by: stephane eranian <eranian@hpl.hp.com> Signed-off-by: Andi Kleen <ak@suse.de>