perf_counter: fix powerpc build
authorPaul Mackerras <paulus@samba.org>
Wed, 8 Apr 2009 10:30:10 +0000 (20:30 +1000)
committerIngo Molnar <mingo@elte.hu>
Wed, 8 Apr 2009 10:39:27 +0000 (12:39 +0200)
commitdc66270b51a62b1a6888d5309229e638a305c47b
treebc73624524d4faadba9f05ec1db842466726072a
parent5ea472a77f8e4811ceee3f44a9deda6ad6e8b789
perf_counter: fix powerpc build

Commit 4af4998b ("perf_counter: rework context time") changed struct
perf_counter_context to have a 'time' field instead of a 'time_now'
field, but neglected to fix the place in the powerpc perf_counter.c
where the time_now field was accessed.  This fixes it.

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