Skip to content

Commit ce5686d

Browse files
Peter Zijlstra (Intel)Ingo Molnar
authored andcommitted
perf/x86: Fix embarrasing typo
Because we're all human and typing sucks.. Fixes: 7fb0f1d ("perf/x86: Fix compile warnings for intel_uncore") Reported-by: Andi Kleen <[email protected]> Signed-off-by: Peter Zijlstra (Intel) <[email protected]> Cc: Linus Torvalds <[email protected]> Cc: [email protected] Link: http://lkml.kernel.org/n/[email protected] Signed-off-by: Ingo Molnar <[email protected]>
1 parent 980d0d5 commit ce5686d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/x86/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ config INSTRUCTION_DECODER
144144

145145
config PERF_EVENTS_INTEL_UNCORE
146146
def_bool y
147-
depends on PERF_EVENTS && SUP_SUP_INTEL && PCI
147+
depends on PERF_EVENTS && CPU_SUP_INTEL && PCI
148148

149149
config OUTPUT_FORMAT
150150
string

0 commit comments

Comments
 (0)