Sign in
googlers
/
maze
/
linux
/
8d02c2110b3fb8e2700b31596a582a2989fd72ba
/
.
/
include
/
asm-x86
/
bugs.h
blob: 00e4a0cd6f283568228fe9647cdc75fae292dfce [
file
] [
log
] [
blame
]
#ifndef
_ASM_X86_BUGS_H
#define
_ASM_X86_BUGS_H
extern
void
check_bugs
(
void
);
#ifdef
CONFIG_CPU_SUP_INTEL_32
int
ppro_with_ram_bug
(
void
);
#else
static
inline
int
ppro_with_ram_bug
(
void
)
{
return
0
;
}
#endif
#endif
/* _ASM_X86_BUGS_H */