aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/events/intel/cstate.c
diff options
context:
space:
mode:
authorBorislav Petkov <bp@suse.de>2017-02-18 12:31:40 +0100
committerThomas Gleixner <tglx@linutronix.de>2017-03-01 11:27:26 +0100
commit940b2f2fd963c043418ce8af64605783b2b19140 (patch)
tree97ef452b0e6d5dd977d50e7917c13ee67de8a025 /arch/x86/events/intel/cstate.c
parentx86/pkeys: Check against max pkey to avoid overflows (diff)
downloadlinux-dev-940b2f2fd963c043418ce8af64605783b2b19140.tar.xz
linux-dev-940b2f2fd963c043418ce8af64605783b2b19140.zip
x86/events: Remove last remnants of old filenames
Update to the new file paths, remove them from introductory comments. Signed-off-by: Borislav Petkov <bp@suse.de> Cc: Peter Zijlstra <peterz@infradead.org> Link: http://lkml.kernel.org/r/20170218113140.8051-1-bp@alien8.de Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/events/intel/cstate.c')
-rw-r--r--arch/x86/events/intel/cstate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/events/intel/cstate.c b/arch/x86/events/intel/cstate.c
index aff4b5b69d40..238ae3248ba5 100644
--- a/arch/x86/events/intel/cstate.c
+++ b/arch/x86/events/intel/cstate.c
@@ -1,5 +1,5 @@
/*
- * perf_event_intel_cstate.c: support cstate residency counters
+ * Support cstate residency counters
*
* Copyright (C) 2015, Intel Corp.
* Author: Kan Liang (kan.liang@intel.com)