summaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel/perfmon_itanium.h
diff options
context:
space:
mode:
authorViresh Kumar <viresh.kumar@linaro.org>2021-01-14 17:05:19 +0530
committerViresh Kumar <viresh.kumar@linaro.org>2021-01-22 12:12:20 +0530
commit1f4e74c0664a539cb2d0e98035e7664d2dcf29ba (patch)
tree6970dcc8d70f9255288660a86166b43dca1a68bd /arch/ia64/kernel/perfmon_itanium.h
parent1941b38983482154f775d1cbecbbfeaa59a07b8f (diff)
downloadlinux-stable-1f4e74c0664a539cb2d0e98035e7664d2dcf29ba.tar.gz
linux-stable-1f4e74c0664a539cb2d0e98035e7664d2dcf29ba.tar.bz2
linux-stable-1f4e74c0664a539cb2d0e98035e7664d2dcf29ba.zip
arch: ia64: Remove rest of perfmon support
Perfmon support (used by oprofile earlier) was removed by commit ecf5b72d5f66 ("ia64: Remove perfmon") earlier, but it missed few files to remove/update. Clean it up. Suggested-by: Arnd Bergmann <arnd@kernel.org> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Acked-by: Robert Richter <rric@kernel.org> Acked-by: William Cohen <wcohen@redhat.com> Acked-by: Al Viro <viro@zeniv.linux.org.uk> Acked-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/ia64/kernel/perfmon_itanium.h')
-rw-r--r--arch/ia64/kernel/perfmon_itanium.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/kernel/perfmon_itanium.h b/arch/ia64/kernel/perfmon_itanium.h
index f2d348648a03..dbd04028aafa 100644
--- a/arch/ia64/kernel/perfmon_itanium.h
+++ b/arch/ia64/kernel/perfmon_itanium.h
@@ -1,7 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0 */
/*
* This file contains the Itanium PMU register description tables
- * and pmc checker used by perfmon.c.
+ * and pmc checker.
*
* Copyright (C) 2002-2003 Hewlett Packard Co
* Stephane Eranian <eranian@hpl.hp.com>