]> Git Repo - linux.git/blob - arch/loongarch/include/asm/bugs.h
Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd5f/linux...
[linux.git] / arch / loongarch / include / asm / bugs.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * This is included by init/main.c to check for architecture-dependent bugs.
4  *
5  * Copyright (C) 2020-2022 Loongson Technology Corporation Limited
6  */
7 #ifndef _ASM_BUGS_H
8 #define _ASM_BUGS_H
9
10 #include <asm/cpu.h>
11 #include <asm/cpu-info.h>
12
13 extern void check_bugs(void);
14
15 #endif /* _ASM_BUGS_H */
This page took 0.032188 seconds and 4 git commands to generate.