We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d24c72f commit 1c74145Copy full SHA for 1c74145
1 file changed
arch/arm64/kernel/cpufeature.c
@@ -1066,14 +1066,8 @@ void __init init_cpu_features(struct cpuinfo_arm64 *info)
1066
* Initialize the indirect array of CPU capabilities pointers before we
1067
* handle the boot CPU below.
1068
*/
1069
-<<<<<<< HEAD
1070
init_cpucap_indirect_list();
1071
-||||||| parent of 2a13d04cf14b (arm64: Implement PR_{GET,SET}_MEM_MODEL for always-TSO CPUs)
1072
- init_cpu_hwcaps_indirect_list();
1073
-=======
1074
1075
- init_cpu_hwcaps_indirect_list_impdef();
1076
->>>>>>> 2a13d04cf14b (arm64: Implement PR_{GET,SET}_MEM_MODEL for always-TSO CPUs)
+ init_cpucap_indirect_list_impdef();
1077
1078
/*
1079
* Detect and enable early CPU capabilities based on the boot CPU,
0 commit comments