commit | daecbf58a509bc27c112647e825df763c3e3b0f4 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Tue Apr 06 17:38:52 2010 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Apr 12 22:37:07 2010 -0700 |
tree | 871f5dd9e18ff2f4c4ff88a004527a5b0e974f51 | |
parent | f8e8a8e8cba3359df2a16c17d59eedb08adf3b43 [diff] |
sparc64: Use a seperate counter for timer interrupts and NMI checks, like x86. 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>