From: Paul Mackerras Date: Wed, 8 Apr 2009 10:30:10 +0000 (+1000) Subject: perf_counter: fix powerpc build X-Git-Tag: v2.6.31-rc1~383^2~388 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc66270b51a62b1a6888d5309229e638a305c47b;p=pandora-kernel.git 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 Cc: Peter Zijlstra LKML-Reference: <18908.31922.411398.147810@cargo.ozlabs.ibm.com> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed