perf: Simplify task_clock_event_read()
authorPeter Zijlstra <a.p.zijlstra@chello.nl>
Tue, 22 Feb 2011 15:52:24 +0000 (16:52 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 23 Feb 2011 10:35:47 +0000 (11:35 +0100)
There is no point in us having different code paths for nmi and !nmi
here, so remove the !nmi one.

Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Stephane Eranian <eranian@google.com>
LKML-Reference: <new-submission>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found