File tree Expand file tree Collapse file tree 2 files changed +25
-18
lines changed Expand file tree Collapse file tree 2 files changed +25
-18
lines changed Original file line number Diff line number Diff line change 10
10
#include <asm/insn-def.h>
11
11
#include <asm/hwcap.h>
12
12
#include <asm/vendorid_list.h>
13
-
14
- #ifdef CONFIG_ERRATA_ANDES
15
- #define ERRATA_ANDES_NO_IOCP 0
16
- #define ERRATA_ANDES_NUMBER 1
17
- #endif
18
-
19
- #ifdef CONFIG_ERRATA_SIFIVE
20
- #define ERRATA_SIFIVE_CIP_453 0
21
- #define ERRATA_SIFIVE_CIP_1200 1
22
- #define ERRATA_SIFIVE_NUMBER 2
23
- #endif
24
-
25
- #ifdef CONFIG_ERRATA_THEAD
26
- #define ERRATA_THEAD_MAE 0
27
- #define ERRATA_THEAD_PMU 1
28
- #define ERRATA_THEAD_GHOSTWRITE 2
29
- #define ERRATA_THEAD_NUMBER 3
30
- #endif
13
+ #include <asm/errata_list_vendors.h>
31
14
32
15
#ifdef __ASSEMBLY__
33
16
Original file line number Diff line number Diff line change
1
+ /* SPDX-License-Identifier: GPL-2.0-only */
2
+
3
+ #ifndef ASM_ERRATA_LIST_VENDORS_H
4
+ #define ASM_ERRATA_LIST_VENDORS_H
5
+
6
+ #ifdef CONFIG_ERRATA_ANDES
7
+ #define ERRATA_ANDES_NO_IOCP 0
8
+ #define ERRATA_ANDES_NUMBER 1
9
+ #endif
10
+
11
+ #ifdef CONFIG_ERRATA_SIFIVE
12
+ #define ERRATA_SIFIVE_CIP_453 0
13
+ #define ERRATA_SIFIVE_CIP_1200 1
14
+ #define ERRATA_SIFIVE_NUMBER 2
15
+ #endif
16
+
17
+ #ifdef CONFIG_ERRATA_THEAD
18
+ #define ERRATA_THEAD_MAE 0
19
+ #define ERRATA_THEAD_PMU 1
20
+ #define ERRATA_THEAD_GHOSTWRITE 2
21
+ #define ERRATA_THEAD_NUMBER 3
22
+ #endif
23
+
24
+ #endif
You can’t perform that action at this time.
0 commit comments