mm: fix exec activate_mm vs TLB shootdown and lazy tlb switching race
[linux/fpc-iii.git] / arch / m32r / include / asm / bugs.h
blob74a6d428aebe50e967d32f9076b0644debf65788
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _ASM_M32R_BUGS_H
3 #define _ASM_M32R_BUGS_H
5 /*
6 * This is included by init/main.c to check for architecture-dependent bugs.
8 * Needs:
9 * void check_bugs(void);
11 #include <asm/processor.h>
13 static void __init check_bugs(void)
15 extern unsigned long loops_per_jiffy;
17 current_cpu_data.loops_per_jiffy = loops_per_jiffy;
20 #endif /* _ASM_M32R_BUGS_H */