projects
/
linux.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Blackfin arch: Add ability to count and display number of NMI interrupts
[linux.git]
/
arch
/
blackfin
/
include
/
asm
/
pda.h
diff --git
a/arch/blackfin/include/asm/pda.h
b/arch/blackfin/include/asm/pda.h
index bd8d4a7efeb29720e0e4171c1359ba7740ffb08d..a67142740df0b4fa9592ec8c95c8df93dd0d5617 100644
(file)
--- a/
arch/blackfin/include/asm/pda.h
+++ b/
arch/blackfin/include/asm/pda.h
@@
-59,6
+59,7
@@
struct blackfin_pda { /* Per-processor Data Area */
unsigned long icplb_fault_addr;
unsigned long retx;
unsigned long seqstat;
+ unsigned int __nmi_count; /* number of times NMI asserted on this CPU */
};
extern struct blackfin_pda cpu_pda[];
This page took
0.028474 seconds
and
4
git commands to generate.