git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8e8a8e
)
sparc64: Use a seperate counter for timer interrupts and NMI checks, like x86.
author
David S. Miller
<davem@davemloft.net>
Wed, 7 Apr 2010 00:38:52 +0000
(17:38 -0700)
committer
David S. Miller
<davem@davemloft.net>
Tue, 13 Apr 2010 05:37:07 +0000
(22:37 -0700)
This keeps us from having to use kstat_irqs_cpu() from the NMI handler,
the former of which is a profiled function.
Instead we use a currently empty slot in the cpu_data
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found