]> git.baikalelectronics.ru Git - kernel.git/commit
perf_counter: powerpc: Use new identifier names in powerpc-specific code
authorPaul Mackerras <paulus@samba.org>
Wed, 3 Jun 2009 23:49:59 +0000 (09:49 +1000)
committerIngo Molnar <mingo@elte.hu>
Thu, 4 Jun 2009 11:20:11 +0000 (13:20 +0200)
commit0f9e11fd8b36c011fdc94c79f1aaa654deef6314
treea4e5fee523a3ef68a85df4f4b039696a4f9772ba
parentfdd60b6fa4321fed4df208c0f225efa4eb83c51a
perf_counter: powerpc: Use new identifier names in powerpc-specific code

Commit 40a4beba ("perf_counter: Rename various fields") fixed up
most of the uses of the renamed fields, but missed one instance
of "record_type" in powerpc-specific code which needs to be changed
to "sample_type", and a "PERF_RECORD_ADDR" in the same statement that
needs to be changed to "PERF_SAMPLE_ADDR", causing compilation
errors on powerpc.  This fixes it.

Signed-off-by: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
LKML-Reference: <18983.3111.770392.800486@cargo.ozlabs.ibm.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/powerpc/kernel/perf_counter.c