Commit f7ade3c168e4f437c11f57be012992bbb0e3075c
1 parent
b8d6f78cd0
Exists in
master
and in
4 other branches
MIPS: Get rid of CONFIG_CPU_HAS_LLSC
CONFIG_CPU_HAS_LLSC duplicated the function of cpu_has_llsc for no good reason and and the results if the one was enabled and the other disabled was very unobvious. Remove it now that there are no more remaining users. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Showing 34 changed files with 0 additions and 53 deletions Side-by-side Diff
- arch/mips/Kconfig
- arch/mips/configs/ar7_defconfig
- arch/mips/configs/bcm47xx_defconfig
- arch/mips/configs/bigsur_defconfig
- arch/mips/configs/cobalt_defconfig
- arch/mips/configs/db1000_defconfig
- arch/mips/configs/db1100_defconfig
- arch/mips/configs/db1200_defconfig
- arch/mips/configs/db1500_defconfig
- arch/mips/configs/db1550_defconfig
- arch/mips/configs/excite_defconfig
- arch/mips/configs/ip22_defconfig
- arch/mips/configs/ip27_defconfig
- arch/mips/configs/ip28_defconfig
- arch/mips/configs/ip32_defconfig
- arch/mips/configs/jazz_defconfig
- arch/mips/configs/lasat_defconfig
- arch/mips/configs/malta_defconfig
- arch/mips/configs/markeins_defconfig
- arch/mips/configs/mipssim_defconfig
- arch/mips/configs/msp71xx_defconfig
- arch/mips/configs/mtx1_defconfig
- arch/mips/configs/pb1100_defconfig
- arch/mips/configs/pb1500_defconfig
- arch/mips/configs/pb1550_defconfig
- arch/mips/configs/pnx8335-stb225_defconfig
- arch/mips/configs/pnx8550-jbs_defconfig
- arch/mips/configs/pnx8550-stb810_defconfig
- arch/mips/configs/rb532_defconfig
- arch/mips/configs/rbtx49xx_defconfig
- arch/mips/configs/rm200_defconfig
- arch/mips/configs/sb1250-swarm_defconfig
- arch/mips/configs/wrppmc_defconfig
- arch/mips/configs/yosemite_defconfig
arch/mips/Kconfig
... | ... | @@ -1041,7 +1041,6 @@ |
1041 | 1041 | config CPU_MIPS32_R1 |
1042 | 1042 | bool "MIPS32 Release 1" |
1043 | 1043 | depends on SYS_HAS_CPU_MIPS32_R1 |
1044 | - select CPU_HAS_LLSC | |
1045 | 1044 | select CPU_HAS_PREFETCH |
1046 | 1045 | select CPU_SUPPORTS_32BIT_KERNEL |
1047 | 1046 | select CPU_SUPPORTS_HIGHMEM |
... | ... | @@ -1059,7 +1058,6 @@ |
1059 | 1058 | config CPU_MIPS32_R2 |
1060 | 1059 | bool "MIPS32 Release 2" |
1061 | 1060 | depends on SYS_HAS_CPU_MIPS32_R2 |
1062 | - select CPU_HAS_LLSC | |
1063 | 1061 | select CPU_HAS_PREFETCH |
1064 | 1062 | select CPU_SUPPORTS_32BIT_KERNEL |
1065 | 1063 | select CPU_SUPPORTS_HIGHMEM |
... | ... | @@ -1073,7 +1071,6 @@ |
1073 | 1071 | config CPU_MIPS64_R1 |
1074 | 1072 | bool "MIPS64 Release 1" |
1075 | 1073 | depends on SYS_HAS_CPU_MIPS64_R1 |
1076 | - select CPU_HAS_LLSC | |
1077 | 1074 | select CPU_HAS_PREFETCH |
1078 | 1075 | select CPU_SUPPORTS_32BIT_KERNEL |
1079 | 1076 | select CPU_SUPPORTS_64BIT_KERNEL |
... | ... | @@ -1093,7 +1090,6 @@ |
1093 | 1090 | config CPU_MIPS64_R2 |
1094 | 1091 | bool "MIPS64 Release 2" |
1095 | 1092 | depends on SYS_HAS_CPU_MIPS64_R2 |
1096 | - select CPU_HAS_LLSC | |
1097 | 1093 | select CPU_HAS_PREFETCH |
1098 | 1094 | select CPU_SUPPORTS_32BIT_KERNEL |
1099 | 1095 | select CPU_SUPPORTS_64BIT_KERNEL |
... | ... | @@ -1139,7 +1135,6 @@ |
1139 | 1135 | config CPU_R4300 |
1140 | 1136 | bool "R4300" |
1141 | 1137 | depends on SYS_HAS_CPU_R4300 |
1142 | - select CPU_HAS_LLSC | |
1143 | 1138 | select CPU_SUPPORTS_32BIT_KERNEL |
1144 | 1139 | select CPU_SUPPORTS_64BIT_KERNEL |
1145 | 1140 | help |
... | ... | @@ -1148,7 +1143,6 @@ |
1148 | 1143 | config CPU_R4X00 |
1149 | 1144 | bool "R4x00" |
1150 | 1145 | depends on SYS_HAS_CPU_R4X00 |
1151 | - select CPU_HAS_LLSC | |
1152 | 1146 | select CPU_SUPPORTS_32BIT_KERNEL |
1153 | 1147 | select CPU_SUPPORTS_64BIT_KERNEL |
1154 | 1148 | help |
... | ... | @@ -1158,7 +1152,6 @@ |
1158 | 1152 | config CPU_TX49XX |
1159 | 1153 | bool "R49XX" |
1160 | 1154 | depends on SYS_HAS_CPU_TX49XX |
1161 | - select CPU_HAS_LLSC | |
1162 | 1155 | select CPU_HAS_PREFETCH |
1163 | 1156 | select CPU_SUPPORTS_32BIT_KERNEL |
1164 | 1157 | select CPU_SUPPORTS_64BIT_KERNEL |
... | ... | @@ -1166,7 +1159,6 @@ |
1166 | 1159 | config CPU_R5000 |
1167 | 1160 | bool "R5000" |
1168 | 1161 | depends on SYS_HAS_CPU_R5000 |
1169 | - select CPU_HAS_LLSC | |
1170 | 1162 | select CPU_SUPPORTS_32BIT_KERNEL |
1171 | 1163 | select CPU_SUPPORTS_64BIT_KERNEL |
1172 | 1164 | help |
1173 | 1165 | |
... | ... | @@ -1175,14 +1167,12 @@ |
1175 | 1167 | config CPU_R5432 |
1176 | 1168 | bool "R5432" |
1177 | 1169 | depends on SYS_HAS_CPU_R5432 |
1178 | - select CPU_HAS_LLSC | |
1179 | 1170 | select CPU_SUPPORTS_32BIT_KERNEL |
1180 | 1171 | select CPU_SUPPORTS_64BIT_KERNEL |
1181 | 1172 | |
1182 | 1173 | config CPU_R5500 |
1183 | 1174 | bool "R5500" |
1184 | 1175 | depends on SYS_HAS_CPU_R5500 |
1185 | - select CPU_HAS_LLSC | |
1186 | 1176 | select CPU_SUPPORTS_32BIT_KERNEL |
1187 | 1177 | select CPU_SUPPORTS_64BIT_KERNEL |
1188 | 1178 | select CPU_SUPPORTS_HUGEPAGES |
... | ... | @@ -1193,7 +1183,6 @@ |
1193 | 1183 | config CPU_R6000 |
1194 | 1184 | bool "R6000" |
1195 | 1185 | depends on EXPERIMENTAL |
1196 | - select CPU_HAS_LLSC | |
1197 | 1186 | depends on SYS_HAS_CPU_R6000 |
1198 | 1187 | select CPU_SUPPORTS_32BIT_KERNEL |
1199 | 1188 | help |
... | ... | @@ -1203,7 +1192,6 @@ |
1203 | 1192 | config CPU_NEVADA |
1204 | 1193 | bool "RM52xx" |
1205 | 1194 | depends on SYS_HAS_CPU_NEVADA |
1206 | - select CPU_HAS_LLSC | |
1207 | 1195 | select CPU_SUPPORTS_32BIT_KERNEL |
1208 | 1196 | select CPU_SUPPORTS_64BIT_KERNEL |
1209 | 1197 | help |
... | ... | @@ -1213,7 +1201,6 @@ |
1213 | 1201 | bool "R8000" |
1214 | 1202 | depends on EXPERIMENTAL |
1215 | 1203 | depends on SYS_HAS_CPU_R8000 |
1216 | - select CPU_HAS_LLSC | |
1217 | 1204 | select CPU_HAS_PREFETCH |
1218 | 1205 | select CPU_SUPPORTS_64BIT_KERNEL |
1219 | 1206 | help |
... | ... | @@ -1223,7 +1210,6 @@ |
1223 | 1210 | config CPU_R10000 |
1224 | 1211 | bool "R10000" |
1225 | 1212 | depends on SYS_HAS_CPU_R10000 |
1226 | - select CPU_HAS_LLSC | |
1227 | 1213 | select CPU_HAS_PREFETCH |
1228 | 1214 | select CPU_SUPPORTS_32BIT_KERNEL |
1229 | 1215 | select CPU_SUPPORTS_64BIT_KERNEL |
... | ... | @@ -1234,7 +1220,6 @@ |
1234 | 1220 | config CPU_RM7000 |
1235 | 1221 | bool "RM7000" |
1236 | 1222 | depends on SYS_HAS_CPU_RM7000 |
1237 | - select CPU_HAS_LLSC | |
1238 | 1223 | select CPU_HAS_PREFETCH |
1239 | 1224 | select CPU_SUPPORTS_32BIT_KERNEL |
1240 | 1225 | select CPU_SUPPORTS_64BIT_KERNEL |
... | ... | @@ -1243,7 +1228,6 @@ |
1243 | 1228 | config CPU_RM9000 |
1244 | 1229 | bool "RM9000" |
1245 | 1230 | depends on SYS_HAS_CPU_RM9000 |
1246 | - select CPU_HAS_LLSC | |
1247 | 1231 | select CPU_HAS_PREFETCH |
1248 | 1232 | select CPU_SUPPORTS_32BIT_KERNEL |
1249 | 1233 | select CPU_SUPPORTS_64BIT_KERNEL |
... | ... | @@ -1253,7 +1237,6 @@ |
1253 | 1237 | config CPU_SB1 |
1254 | 1238 | bool "SB1" |
1255 | 1239 | depends on SYS_HAS_CPU_SB1 |
1256 | - select CPU_HAS_LLSC | |
1257 | 1240 | select CPU_SUPPORTS_32BIT_KERNEL |
1258 | 1241 | select CPU_SUPPORTS_64BIT_KERNEL |
1259 | 1242 | select CPU_SUPPORTS_HIGHMEM |
... | ... | @@ -1671,9 +1654,6 @@ |
1671 | 1654 | default y |
1672 | 1655 | |
1673 | 1656 | config 64BIT_PHYS_ADDR |
1674 | - bool | |
1675 | - | |
1676 | -config CPU_HAS_LLSC | |
1677 | 1657 | bool |
1678 | 1658 | |
1679 | 1659 | config CPU_HAS_SMARTMIPS |
arch/mips/configs/ar7_defconfig
arch/mips/configs/bcm47xx_defconfig
arch/mips/configs/bigsur_defconfig
arch/mips/configs/cobalt_defconfig
arch/mips/configs/db1000_defconfig
arch/mips/configs/db1100_defconfig
arch/mips/configs/db1200_defconfig
arch/mips/configs/db1500_defconfig
arch/mips/configs/db1550_defconfig
arch/mips/configs/excite_defconfig
arch/mips/configs/ip22_defconfig
arch/mips/configs/ip27_defconfig
arch/mips/configs/ip28_defconfig
arch/mips/configs/ip32_defconfig
arch/mips/configs/jazz_defconfig
arch/mips/configs/lasat_defconfig
arch/mips/configs/malta_defconfig
arch/mips/configs/markeins_defconfig
arch/mips/configs/mipssim_defconfig
arch/mips/configs/msp71xx_defconfig
arch/mips/configs/mtx1_defconfig
arch/mips/configs/pb1100_defconfig
arch/mips/configs/pb1500_defconfig
arch/mips/configs/pb1550_defconfig
arch/mips/configs/pnx8335-stb225_defconfig
arch/mips/configs/pnx8550-jbs_defconfig
arch/mips/configs/pnx8550-stb810_defconfig
arch/mips/configs/rb532_defconfig
arch/mips/configs/rbtx49xx_defconfig
arch/mips/configs/rm200_defconfig
arch/mips/configs/sb1250-swarm_defconfig
arch/mips/configs/wrppmc_defconfig
arch/mips/configs/yosemite_defconfig