aboutsummaryrefslogtreecommitdiffstats
path: root/arch/loongarch/include/asm/bugs.h
blob: 98396535163b34d1468384914a893df8be627707 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* SPDX-License-Identifier: GPL-2.0 */
/*
 * This is included by init/main.c to check for architecture-dependent bugs.
 *
 * Copyright (C) 2020-2022 Loongson Technology Corporation Limited
 */
#ifndef _ASM_BUGS_H
#define _ASM_BUGS_H

#include <asm/cpu.h>
#include <asm/cpu-info.h>

extern void check_bugs(void);

#endif /* _ASM_BUGS_H */