* [tip:perf/urgent] perf/x86: Fix embarrasing typo
@ 2014-11-04 16:07 tip-bot for Peter Zijlstra (Intel)
0 siblings, 0 replies; only message in thread
From: tip-bot for Peter Zijlstra (Intel) @ 2014-11-04 16:07 UTC (permalink / raw)
To: linux-tip-commits; +Cc: peterz, torvalds, tglx, ak, mingo, hpa, linux-kernel
Commit-ID: ce5686d4ed12158599d2042a6c8659254ed263ce
Gitweb: http://git.kernel.org/tip/ce5686d4ed12158599d2042a6c8659254ed263ce
Author: Peter Zijlstra (Intel) <peterz@infradead.org>
AuthorDate: Wed, 29 Oct 2014 11:17:04 +0100
Committer: Ingo Molnar <mingo@kernel.org>
CommitDate: Tue, 4 Nov 2014 07:06:58 +0100
perf/x86: Fix embarrasing typo
Because we're all human and typing sucks..
Fixes: 7fb0f1de49fc ("perf/x86: Fix compile warnings for intel_uncore")
Reported-by: Andi Kleen <ak@linux.intel.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: x86@kernel.org
Link: http://lkml.kernel.org/n/tip-be0bftjh8yfm4uvmvtf3yi87@git.kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
---
arch/x86/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index ded8a67..41a503c 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -144,7 +144,7 @@ config INSTRUCTION_DECODER
config PERF_EVENTS_INTEL_UNCORE
def_bool y
- depends on PERF_EVENTS && SUP_SUP_INTEL && PCI
+ depends on PERF_EVENTS && CPU_SUP_INTEL && PCI
config OUTPUT_FORMAT
string
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-11-04 16:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-04 16:07 [tip:perf/urgent] perf/x86: Fix embarrasing typo tip-bot for Peter Zijlstra (Intel)
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.