Skip to content

Commit 1c74145

Browse files
committed
fixup! arm64: Implement PR_{GET,SET}_MEM_MODEL for always-TSO CPUs
1 parent d24c72f commit 1c74145

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

arch/arm64/kernel/cpufeature.c

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1066,14 +1066,8 @@ void __init init_cpu_features(struct cpuinfo_arm64 *info)
10661066
* Initialize the indirect array of CPU capabilities pointers before we
10671067
* handle the boot CPU below.
10681068
*/
1069-
<<<<<<< HEAD
10701069
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-
init_cpu_hwcaps_indirect_list();
1075-
init_cpu_hwcaps_indirect_list_impdef();
1076-
>>>>>>> 2a13d04cf14b (arm64: Implement PR_{GET,SET}_MEM_MODEL for always-TSO CPUs)
1070+
init_cpucap_indirect_list_impdef();
10771071

10781072
/*
10791073
* Detect and enable early CPU capabilities based on the boot CPU,

0 commit comments

Comments
 (0)