diff options
author | Robert Richter <robert.richter@amd.com> | 2009-07-09 12:33:41 +0200 |
---|---|---|
committer | Robert Richter <robert.richter@amd.com> | 2009-07-20 16:43:20 +0200 |
commit | 2904a527575344a804fdd82b1f8d09a8731d8d49 (patch) | |
tree | 808b583258aae2d22cc887a41c2a2f156b5799dd /arch/x86/oprofile/op_model_ppro.c | |
parent | 259a83a8abdb9d2664819ec80ad12ebaeb251e32 (diff) | |
download | op-kernel-dev-2904a527575344a804fdd82b1f8d09a8731d8d49.zip op-kernel-dev-2904a527575344a804fdd82b1f8d09a8731d8d49.tar.gz |
x86/oprofile: Remove unused num_virt_controls from struct op_x86_model_spec
The member num_virt_controls of struct op_x86_model_spec is not
used. This patch removes it.
Signed-off-by: Robert Richter <robert.richter@amd.com>
Diffstat (limited to 'arch/x86/oprofile/op_model_ppro.c')
-rw-r--r-- | arch/x86/oprofile/op_model_ppro.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/oprofile/op_model_ppro.c b/arch/x86/oprofile/op_model_ppro.c index 659f3b6..753a02a 100644 --- a/arch/x86/oprofile/op_model_ppro.c +++ b/arch/x86/oprofile/op_model_ppro.c @@ -207,7 +207,6 @@ struct op_x86_model_spec op_ppro_spec = { .num_counters = 2, .num_controls = 2, .num_virt_counters = 2, - .num_virt_controls = 2, .reserved = MSR_PPRO_EVENTSEL_RESERVED, .fill_in_addresses = &ppro_fill_in_addresses, .setup_ctrs = &ppro_setup_ctrs, |