Merge tag 'nfs-for-6.12-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
[linux-2.6-block.git] / arch / x86 / include / asm / bugs.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
1965aae3
PA
2#ifndef _ASM_X86_BUGS_H
3#define _ASM_X86_BUGS_H
003a46cf 4
0f6ff2bc
DH
5#include <asm/processor.h>
6
879d792b 7#if defined(CONFIG_CPU_SUP_INTEL) && defined(CONFIG_X86_32)
73bdb73f 8int ppro_with_ram_bug(void);
8d02c211
TP
9#else
10static inline int ppro_with_ram_bug(void) { return 0; }
11#endif
003a46cf 12
9c92374b
TG
13extern void cpu_bugs_smt_update(void);
14
1965aae3 15#endif /* _ASM_X86_BUGS_H */