projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'x86/fpu' into x86/core
[linux-2.6]
/
include
/
asm-x86
/
bugs.h
1
#ifndef ASM_X86__BUGS_H
2
#define ASM_X86__BUGS_H
3
4
extern void check_bugs(void);
5
int ppro_with_ram_bug(void);
6
7
#endif /* ASM_X86__BUGS_H */