repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
x86/mm/pat: Don't report PAT on CPUs that don't support it
[linux/fpc-iii.git]
/
arch
/
sparc
/
include
/
asm
/
nmi.h
blob
26ad2b2607c66304c6a76e74293a83b32a373dd4
1
#ifndef __NMI_H
2
#define __NMI_H
3
4
int
__init
nmi_init
(
void
);
5
void
perfctr_irq
(
int
irq
,
struct
pt_regs
*
regs
);
6
void
nmi_adjust_hz
(
unsigned int
new_hz
);
7
8
extern
atomic_t nmi_active
;
9
10
void
start_nmi_watchdog
(
void
*
unused
);
11
void
stop_nmi_watchdog
(
void
*
unused
);
12
13
#endif
/* __NMI_H */