Re: [bug] perf_event_intel_uncore.c build warnings on allnoconfig

2012-10-24 Thread Ingo Molnar
* Andi Kleen wrote: > Ingo Molnar writes: > > > FYI, on a 'make allnoconfig' x86_64 kernel I get a stream of > > warnings: > > > > arch/x86/kernel/cpu/perf_event_intel_uncore.c: In function > > ???snbep_uncore_pci_disable_box???: > > arch/x86/kernel/cpu/perf_event_intel_uncore.c:124:9:

Re: [bug] perf_event_intel_uncore.c build warnings on allnoconfig

2012-10-24 Thread Andi Kleen
Ingo Molnar writes: > FYI, on a 'make allnoconfig' x86_64 kernel I get a stream of > warnings: > > arch/x86/kernel/cpu/perf_event_intel_uncore.c: In function > ‘snbep_uncore_pci_disable_box’: > arch/x86/kernel/cpu/perf_event_intel_uncore.c:124:9: warning: ‘config’ is > used uninitialized in

[bug] perf_event_intel_uncore.c build warnings on allnoconfig

2012-10-24 Thread Ingo Molnar
FYI, on a 'make allnoconfig' x86_64 kernel I get a stream of warnings: arch/x86/kernel/cpu/perf_event_intel_uncore.c: In function ‘snbep_uncore_pci_disable_box’: arch/x86/kernel/cpu/perf_event_intel_uncore.c:124:9: warning: ‘config’ is used uninitialized in this function [-Wuninitialized]

[bug] perf_event_intel_uncore.c build warnings on allnoconfig

2012-10-24 Thread Ingo Molnar
FYI, on a 'make allnoconfig' x86_64 kernel I get a stream of warnings: arch/x86/kernel/cpu/perf_event_intel_uncore.c: In function ‘snbep_uncore_pci_disable_box’: arch/x86/kernel/cpu/perf_event_intel_uncore.c:124:9: warning: ‘config’ is used uninitialized in this function [-Wuninitialized]

Re: [bug] perf_event_intel_uncore.c build warnings on allnoconfig

2012-10-24 Thread Andi Kleen
Ingo Molnar mi...@kernel.org writes: FYI, on a 'make allnoconfig' x86_64 kernel I get a stream of warnings: arch/x86/kernel/cpu/perf_event_intel_uncore.c: In function ‘snbep_uncore_pci_disable_box’: arch/x86/kernel/cpu/perf_event_intel_uncore.c:124:9: warning: ‘config’ is used

Re: [bug] perf_event_intel_uncore.c build warnings on allnoconfig

2012-10-24 Thread Ingo Molnar
* Andi Kleen a...@firstfloor.org wrote: Ingo Molnar mi...@kernel.org writes: FYI, on a 'make allnoconfig' x86_64 kernel I get a stream of warnings: arch/x86/kernel/cpu/perf_event_intel_uncore.c: In function ???snbep_uncore_pci_disable_box???: