projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
increase AT_VECTOR_SIZE to terminate saved_auxv properly
[linux-2.6]
/
include
/
asm-x86
/
mce_32.h
1
#ifdef CONFIG_X86_MCE
2
extern void mcheck_init(struct cpuinfo_x86 *c);
3
#else
4
#define mcheck_init(c) do {} while(0)
5
#endif
6
7
extern int mce_disabled;
8
9
extern void stop_mce(void);
10
extern void restart_mce(void);
11