Advertisement
Guest User

u-boot make error

a guest
Apr 5th, 2016
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 337.21 KB | None | 0 0
  1. CHK include/config/uboot.release
  2. CHK include/generated/version_autogenerated.h
  3. CHK include/generated/timestamp_autogenerated.h
  4. UPD include/generated/timestamp_autogenerated.h
  5. CC lib/asm-offsets.s
  6. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  7. from include/linux/bitops.h:123,
  8. from include/common.h:20,
  9. from lib/asm-offsets.c:15:
  10. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  11. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  12. if (!(word & (~0ul << 32))) {
  13. ^
  14. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  15. word <<= 32;
  16. ^
  17. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  18. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  19. ^
  20. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  21. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  22. ^
  23. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  24. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  25. ^
  26. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  27. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  28. ^
  29. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  30. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  31. ^
  32. CHK include/generated/generic-asm-offsets.h
  33. CC arch/x86/lib/asm-offsets.s
  34. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  35. from include/linux/bitops.h:123,
  36. from include/common.h:20,
  37. from arch/x86/lib/asm-offsets.c:15:
  38. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  39. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  40. if (!(word & (~0ul << 32))) {
  41. ^
  42. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  43. word <<= 32;
  44. ^
  45. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  46. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  47. ^
  48. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  49. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  50. ^
  51. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  52. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  53. ^
  54. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  55. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  56. ^
  57. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  58. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  59. ^
  60. CHK include/generated/asm-offsets.h
  61. HOSTCC tools/gen_eth_addr
  62. HOSTCC tools/img2srec
  63. HOSTCC tools/mkenvimage.o
  64. HOSTCC tools/os_support.o
  65. WRAP tools/lib/crc32.c
  66. HOSTCC tools/lib/crc32.o
  67. HOSTLD tools/mkenvimage
  68. HOSTCC tools/aisimage.o
  69. HOSTCC tools/atmelimage.o
  70. WRAP tools/common/bootm.c
  71. HOSTCC tools/common/bootm.o
  72. HOSTCC tools/default_image.o
  73. WRAP tools/lib/fdtdec_common.c
  74. HOSTCC tools/lib/fdtdec_common.o
  75. WRAP tools/lib/fdtdec.c
  76. HOSTCC tools/lib/fdtdec.o
  77. HOSTCC tools/fit_common.o
  78. HOSTCC tools/fit_image.o
  79. HOSTCC tools/gpimage.o
  80. HOSTCC tools/gpimage-common.o
  81. WRAP tools/common/image-fit.c
  82. HOSTCC tools/common/image-fit.o
  83. HOSTCC tools/image-host.o
  84. WRAP tools/common/image.c
  85. HOSTCC tools/common/image.o
  86. HOSTCC tools/imagetool.o
  87. HOSTCC tools/imximage.o
  88. HOSTCC tools/kwbimage.o
  89. WRAP tools/lib/md5.c
  90. HOSTCC tools/lib/md5.o
  91. HOSTCC tools/lpc32xximage.o
  92. HOSTCC tools/mxsimage.o
  93. HOSTCC tools/omapimage.o
  94. HOSTCC tools/pblimage.o
  95. HOSTCC tools/pbl_crc32.o
  96. WRAP tools/lib/rc4.c
  97. HOSTCC tools/lib/rc4.o
  98. HOSTCC tools/rkcommon.o
  99. HOSTCC tools/rkimage.o
  100. HOSTCC tools/rksd.o
  101. HOSTCC tools/rkspi.o
  102. HOSTCC tools/socfpgaimage.o
  103. WRAP tools/lib/sha1.c
  104. HOSTCC tools/lib/sha1.o
  105. WRAP tools/lib/sha256.c
  106. HOSTCC tools/lib/sha256.o
  107. WRAP tools/common/hash.c
  108. HOSTCC tools/common/hash.o
  109. HOSTCC tools/ublimage.o
  110. HOSTCC tools/zynqimage.o
  111. WRAP tools/lib/libfdt/fdt.c
  112. HOSTCC tools/lib/libfdt/fdt.o
  113. WRAP tools/lib/libfdt/fdt_ro.c
  114. HOSTCC tools/lib/libfdt/fdt_ro.o
  115. WRAP tools/lib/libfdt/fdt_rw.c
  116. HOSTCC tools/lib/libfdt/fdt_rw.o
  117. WRAP tools/lib/libfdt/fdt_strerror.c
  118. HOSTCC tools/lib/libfdt/fdt_strerror.o
  119. WRAP tools/lib/libfdt/fdt_wip.c
  120. HOSTCC tools/lib/libfdt/fdt_wip.o
  121. WRAP tools/lib/libfdt/fdt_region.c
  122. HOSTCC tools/lib/libfdt/fdt_region.o
  123. WRAP tools/lib/libfdt/fdt_sw.c
  124. HOSTCC tools/lib/libfdt/fdt_sw.o
  125. HOSTCC tools/dumpimage.o
  126. HOSTLD tools/dumpimage
  127. HOSTCC tools/mkimage.o
  128. HOSTLD tools/mkimage
  129. HOSTCC tools/ifdtool.o
  130. HOSTLD tools/ifdtool
  131. HOSTCC tools/proftool
  132. HOSTCC tools/fdtgrep.o
  133. HOSTLD tools/fdtgrep
  134. CC arch/x86/cpu/interrupts.o
  135. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  136. from include/linux/bitops.h:123,
  137. from include/common.h:20,
  138. from arch/x86/cpu/interrupts.c:14:
  139. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  140. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  141. if (!(word & (~0ul << 32))) {
  142. ^
  143. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  144. word <<= 32;
  145. ^
  146. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  147. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  148. ^
  149. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  150. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  151. ^
  152. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  153. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  154. ^
  155. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  156. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  157. ^
  158. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  159. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  160. ^
  161. CC arch/x86/cpu/cpu.o
  162. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  163. from include/linux/bitops.h:123,
  164. from include/common.h:20,
  165. from arch/x86/cpu/cpu.c:22:
  166. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  167. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  168. if (!(word & (~0ul << 32))) {
  169. ^
  170. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  171. word <<= 32;
  172. ^
  173. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  174. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  175. ^
  176. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  177. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  178. ^
  179. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  180. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  181. ^
  182. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  183. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  184. ^
  185. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  186. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  187. ^
  188. CC arch/x86/cpu/cpu_x86.o
  189. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  190. from include/linux/bitops.h:123,
  191. from include/common.h:20,
  192. from arch/x86/cpu/cpu_x86.c:7:
  193. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  194. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  195. if (!(word & (~0ul << 32))) {
  196. ^
  197. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  198. word <<= 32;
  199. ^
  200. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  201. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  202. ^
  203. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  204. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  205. ^
  206. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  207. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  208. ^
  209. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  210. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  211. ^
  212. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  213. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  214. ^
  215. AS arch/x86/cpu/call64.o
  216. CC arch/x86/cpu/intel_common/cpu.o
  217. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  218. from include/linux/bitops.h:123,
  219. from include/common.h:20,
  220. from arch/x86/cpu/intel_common/cpu.c:7:
  221. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  222. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  223. if (!(word & (~0ul << 32))) {
  224. ^
  225. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  226. word <<= 32;
  227. ^
  228. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  229. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  230. ^
  231. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  232. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  233. ^
  234. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  235. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  236. ^
  237. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  238. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  239. ^
  240. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  241. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  242. ^
  243. CC arch/x86/cpu/intel_common/lpc.o
  244. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  245. from include/linux/bitops.h:123,
  246. from include/common.h:20,
  247. from arch/x86/cpu/intel_common/lpc.c:7:
  248. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  249. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  250. if (!(word & (~0ul << 32))) {
  251. ^
  252. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  253. word <<= 32;
  254. ^
  255. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  256. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  257. ^
  258. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  259. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  260. ^
  261. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  262. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  263. ^
  264. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  265. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  266. ^
  267. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  268. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  269. ^
  270. CC arch/x86/cpu/intel_common/microcode.o
  271. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  272. from include/linux/bitops.h:123,
  273. from include/common.h:20,
  274. from arch/x86/cpu/intel_common/microcode.c:10:
  275. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  276. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  277. if (!(word & (~0ul << 32))) {
  278. ^
  279. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  280. word <<= 32;
  281. ^
  282. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  283. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  284. ^
  285. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  286. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  287. ^
  288. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  289. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  290. ^
  291. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  292. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  293. ^
  294. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  295. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  296. ^
  297. CC arch/x86/cpu/intel_common/pch.o
  298. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  299. from include/linux/bitops.h:123,
  300. from include/common.h:20,
  301. from arch/x86/cpu/intel_common/pch.c:7:
  302. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  303. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  304. if (!(word & (~0ul << 32))) {
  305. ^
  306. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  307. word <<= 32;
  308. ^
  309. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  310. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  311. ^
  312. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  313. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  314. ^
  315. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  316. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  317. ^
  318. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  319. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  320. ^
  321. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  322. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  323. ^
  324. LD arch/x86/cpu/intel_common/built-in.o
  325. CC arch/x86/cpu/qemu/cpu.o
  326. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  327. from include/linux/bitops.h:123,
  328. from include/common.h:20,
  329. from arch/x86/cpu/qemu/cpu.c:7:
  330. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  331. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  332. if (!(word & (~0ul << 32))) {
  333. ^
  334. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  335. word <<= 32;
  336. ^
  337. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  338. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  339. ^
  340. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  341. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  342. ^
  343. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  344. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  345. ^
  346. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  347. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  348. ^
  349. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  350. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  351. ^
  352. CC arch/x86/cpu/qemu/fw_cfg.o
  353. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  354. from include/linux/bitops.h:123,
  355. from include/common.h:20,
  356. from arch/x86/cpu/qemu/fw_cfg.c:7:
  357. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  358. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  359. if (!(word & (~0ul << 32))) {
  360. ^
  361. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  362. word <<= 32;
  363. ^
  364. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  365. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  366. ^
  367. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  368. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  369. ^
  370. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  371. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  372. ^
  373. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  374. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  375. ^
  376. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  377. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  378. ^
  379. CC arch/x86/cpu/qemu/qemu.o
  380. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  381. from include/linux/bitops.h:123,
  382. from include/common.h:20,
  383. from arch/x86/cpu/qemu/qemu.c:7:
  384. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  385. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  386. if (!(word & (~0ul << 32))) {
  387. ^
  388. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  389. word <<= 32;
  390. ^
  391. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  392. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  393. ^
  394. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  395. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  396. ^
  397. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  398. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  399. ^
  400. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  401. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  402. ^
  403. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  404. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  405. ^
  406. LD arch/x86/cpu/qemu/built-in.o
  407. CC arch/x86/cpu/irq.o
  408. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  409. from include/linux/bitops.h:123,
  410. from include/common.h:20,
  411. from arch/x86/cpu/irq.c:7:
  412. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  413. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  414. if (!(word & (~0ul << 32))) {
  415. ^
  416. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  417. word <<= 32;
  418. ^
  419. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  420. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  421. ^
  422. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  423. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  424. ^
  425. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  426. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  427. ^
  428. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  429. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  430. ^
  431. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  432. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  433. ^
  434. CC arch/x86/cpu/lapic.o
  435. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  436. from include/linux/bitops.h:123,
  437. from include/common.h:20,
  438. from arch/x86/cpu/lapic.c:10:
  439. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  440. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  441. if (!(word & (~0ul << 32))) {
  442. ^
  443. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  444. word <<= 32;
  445. ^
  446. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  447. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  448. ^
  449. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  450. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  451. ^
  452. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  453. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  454. ^
  455. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  456. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  457. ^
  458. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  459. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  460. ^
  461. CC arch/x86/cpu/ioapic.o
  462. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  463. from include/linux/bitops.h:123,
  464. from include/common.h:20,
  465. from arch/x86/cpu/ioapic.c:7:
  466. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  467. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  468. if (!(word & (~0ul << 32))) {
  469. ^
  470. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  471. word <<= 32;
  472. ^
  473. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  474. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  475. ^
  476. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  477. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  478. ^
  479. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  480. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  481. ^
  482. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  483. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  484. ^
  485. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  486. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  487. ^
  488. CC arch/x86/cpu/mp_init.o
  489. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  490. from include/linux/bitops.h:123,
  491. from include/common.h:20,
  492. from arch/x86/cpu/mp_init.c:9:
  493. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  494. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  495. if (!(word & (~0ul << 32))) {
  496. ^
  497. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  498. word <<= 32;
  499. ^
  500. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  501. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  502. ^
  503. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  504. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  505. ^
  506. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  507. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  508. ^
  509. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  510. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  511. ^
  512. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  513. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  514. ^
  515. CC arch/x86/cpu/mtrr.o
  516. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  517. from include/linux/bitops.h:123,
  518. from include/common.h:20,
  519. from arch/x86/cpu/mtrr.c:15:
  520. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  521. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  522. if (!(word & (~0ul << 32))) {
  523. ^
  524. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  525. word <<= 32;
  526. ^
  527. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  528. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  529. ^
  530. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  531. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  532. ^
  533. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  534. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  535. ^
  536. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  537. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  538. ^
  539. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  540. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  541. ^
  542. CC arch/x86/cpu/pci.o
  543. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  544. from include/linux/bitops.h:123,
  545. from include/common.h:20,
  546. from arch/x86/cpu/pci.c:12:
  547. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  548. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  549. if (!(word & (~0ul << 32))) {
  550. ^
  551. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  552. word <<= 32;
  553. ^
  554. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  555. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  556. ^
  557. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  558. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  559. ^
  560. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  561. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  562. ^
  563. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  564. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  565. ^
  566. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  567. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  568. ^
  569. AS arch/x86/cpu/sipi_vector.o
  570. CC arch/x86/cpu/turbo.o
  571. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  572. from include/linux/bitops.h:123,
  573. from include/common.h:20,
  574. from arch/x86/cpu/turbo.c:9:
  575. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  576. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  577. if (!(word & (~0ul << 32))) {
  578. ^
  579. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  580. word <<= 32;
  581. ^
  582. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  583. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  584. ^
  585. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  586. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  587. ^
  588. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  589. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  590. ^
  591. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  592. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  593. ^
  594. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  595. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  596. ^
  597. LD arch/x86/cpu/built-in.o
  598. AS arch/x86/cpu/start.o
  599. AS arch/x86/cpu/call32.o
  600. CC arch/x86/lib/bios.o
  601. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  602. from include/linux/bitops.h:123,
  603. from include/common.h:20,
  604. from arch/x86/lib/bios.c:9:
  605. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  606. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  607. if (!(word & (~0ul << 32))) {
  608. ^
  609. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  610. word <<= 32;
  611. ^
  612. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  613. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  614. ^
  615. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  616. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  617. ^
  618. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  619. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  620. ^
  621. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  622. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  623. ^
  624. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  625. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  626. ^
  627. AS arch/x86/lib/bios_asm.o
  628. CC arch/x86/lib/bios_interrupts.o
  629. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  630. from include/linux/bitops.h:123,
  631. from include/common.h:20,
  632. from arch/x86/lib/bios_interrupts.c:11:
  633. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  634. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  635. if (!(word & (~0ul << 32))) {
  636. ^
  637. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  638. word <<= 32;
  639. ^
  640. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  641. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  642. ^
  643. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  644. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  645. ^
  646. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  647. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  648. ^
  649. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  650. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  651. ^
  652. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  653. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  654. ^
  655. CC arch/x86/lib/bootm.o
  656. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  657. from include/linux/bitops.h:123,
  658. from include/common.h:20,
  659. from arch/x86/lib/bootm.c:11:
  660. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  661. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  662. if (!(word & (~0ul << 32))) {
  663. ^
  664. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  665. word <<= 32;
  666. ^
  667. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  668. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  669. ^
  670. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  671. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  672. ^
  673. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  674. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  675. ^
  676. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  677. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  678. ^
  679. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  680. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  681. ^
  682. CC arch/x86/lib/cmd_boot.o
  683. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  684. from include/linux/bitops.h:123,
  685. from include/common.h:20,
  686. from arch/x86/lib/cmd_boot.c:18:
  687. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  688. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  689. if (!(word & (~0ul << 32))) {
  690. ^
  691. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  692. word <<= 32;
  693. ^
  694. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  695. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  696. ^
  697. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  698. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  699. ^
  700. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  701. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  702. ^
  703. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  704. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  705. ^
  706. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  707. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  708. ^
  709. CC arch/x86/lib/coreboot_table.o
  710. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  711. from include/linux/bitops.h:123,
  712. from include/common.h:20,
  713. from arch/x86/lib/coreboot_table.c:7:
  714. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  715. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  716. if (!(word & (~0ul << 32))) {
  717. ^
  718. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  719. word <<= 32;
  720. ^
  721. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  722. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  723. ^
  724. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  725. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  726. ^
  727. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  728. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  729. ^
  730. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  731. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  732. ^
  733. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  734. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  735. ^
  736. AS arch/x86/lib/efi/car.o
  737. CC arch/x86/lib/efi/efi.o
  738. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  739. from include/linux/bitops.h:123,
  740. from include/common.h:20,
  741. from arch/x86/lib/efi/efi.c:8:
  742. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  743. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  744. if (!(word & (~0ul << 32))) {
  745. ^
  746. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  747. word <<= 32;
  748. ^
  749. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  750. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  751. ^
  752. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  753. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  754. ^
  755. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  756. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  757. ^
  758. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  759. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  760. ^
  761. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  762. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  763. ^
  764. LD arch/x86/lib/efi/built-in.o
  765. AS arch/x86/lib/efi/crt0-efi-x86_64.o
  766. CC arch/x86/lib/efi/reloc_x86_64.o
  767. CC arch/x86/lib/e820.o
  768. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  769. from include/linux/bitops.h:123,
  770. from include/common.h:20,
  771. from arch/x86/lib/e820.c:7:
  772. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  773. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  774. if (!(word & (~0ul << 32))) {
  775. ^
  776. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  777. word <<= 32;
  778. ^
  779. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  780. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  781. ^
  782. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  783. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  784. ^
  785. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  786. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  787. ^
  788. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  789. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  790. ^
  791. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  792. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  793. ^
  794. CC arch/x86/lib/gcc.o
  795. CC arch/x86/lib/init_helpers.o
  796. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  797. from include/linux/bitops.h:123,
  798. from include/common.h:20,
  799. from arch/x86/lib/init_helpers.c:8:
  800. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  801. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  802. if (!(word & (~0ul << 32))) {
  803. ^
  804. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  805. word <<= 32;
  806. ^
  807. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  808. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  809. ^
  810. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  811. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  812. ^
  813. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  814. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  815. ^
  816. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  817. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  818. ^
  819. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  820. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  821. ^
  822. CC arch/x86/lib/interrupts.o
  823. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  824. from include/linux/bitops.h:123,
  825. from include/common.h:20,
  826. from arch/x86/lib/interrupts.c:33:
  827. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  828. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  829. if (!(word & (~0ul << 32))) {
  830. ^
  831. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  832. word <<= 32;
  833. ^
  834. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  835. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  836. ^
  837. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  838. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  839. ^
  840. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  841. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  842. ^
  843. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  844. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  845. ^
  846. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  847. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  848. ^
  849. CC arch/x86/lib/lpc-uclass.o
  850. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  851. from include/linux/bitops.h:123,
  852. from include/common.h:20,
  853. from arch/x86/lib/lpc-uclass.c:8:
  854. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  855. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  856. if (!(word & (~0ul << 32))) {
  857. ^
  858. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  859. word <<= 32;
  860. ^
  861. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  862. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  863. ^
  864. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  865. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  866. ^
  867. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  868. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  869. ^
  870. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  871. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  872. ^
  873. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  874. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  875. ^
  876. CC arch/x86/lib/mpspec.o
  877. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  878. from include/linux/bitops.h:123,
  879. from include/common.h:20,
  880. from arch/x86/lib/mpspec.c:9:
  881. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  882. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  883. if (!(word & (~0ul << 32))) {
  884. ^
  885. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  886. word <<= 32;
  887. ^
  888. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  889. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  890. ^
  891. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  892. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  893. ^
  894. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  895. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  896. ^
  897. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  898. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  899. ^
  900. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  901. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  902. ^
  903. CC arch/x86/lib/cmd_mtrr.o
  904. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  905. from include/linux/bitops.h:123,
  906. from include/common.h:20,
  907. from arch/x86/lib/cmd_mtrr.c:7:
  908. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  909. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  910. if (!(word & (~0ul << 32))) {
  911. ^
  912. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  913. word <<= 32;
  914. ^
  915. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  916. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  917. ^
  918. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  919. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  920. ^
  921. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  922. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  923. ^
  924. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  925. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  926. ^
  927. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  928. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  929. ^
  930. CC arch/x86/lib/northbridge-uclass.o
  931. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  932. from include/linux/bitops.h:123,
  933. from include/common.h:20,
  934. from arch/x86/lib/northbridge-uclass.c:8:
  935. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  936. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  937. if (!(word & (~0ul << 32))) {
  938. ^
  939. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  940. word <<= 32;
  941. ^
  942. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  943. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  944. ^
  945. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  946. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  947. ^
  948. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  949. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  950. ^
  951. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  952. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  953. ^
  954. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  955. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  956. ^
  957. CC arch/x86/lib/i8259.o
  958. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  959. from include/linux/bitops.h:123,
  960. from include/common.h:20,
  961. from arch/x86/lib/i8259.c:17:
  962. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  963. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  964. if (!(word & (~0ul << 32))) {
  965. ^
  966. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  967. word <<= 32;
  968. ^
  969. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  970. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  971. ^
  972. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  973. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  974. ^
  975. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  976. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  977. ^
  978. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  979. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  980. ^
  981. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  982. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  983. ^
  984. CC arch/x86/lib/i8254.o
  985. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  986. from include/linux/bitops.h:123,
  987. from include/common.h:20,
  988. from arch/x86/lib/i8254.c:8:
  989. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  990. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  991. if (!(word & (~0ul << 32))) {
  992. ^
  993. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  994. word <<= 32;
  995. ^
  996. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  997. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  998. ^
  999. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1000. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  1001. ^
  1002. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1003. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  1004. ^
  1005. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1006. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  1007. ^
  1008. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1009. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  1010. ^
  1011. CC arch/x86/lib/pinctrl_ich6.o
  1012. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  1013. from include/linux/bitops.h:123,
  1014. from include/common.h:20,
  1015. from arch/x86/lib/pinctrl_ich6.c:7:
  1016. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  1017. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1018. if (!(word & (~0ul << 32))) {
  1019. ^
  1020. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  1021. word <<= 32;
  1022. ^
  1023. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1024. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  1025. ^
  1026. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1027. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  1028. ^
  1029. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1030. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  1031. ^
  1032. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1033. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  1034. ^
  1035. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1036. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  1037. ^
  1038. CC arch/x86/lib/pirq_routing.o
  1039. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  1040. from include/linux/bitops.h:123,
  1041. from include/common.h:20,
  1042. from arch/x86/lib/pirq_routing.c:9:
  1043. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  1044. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1045. if (!(word & (~0ul << 32))) {
  1046. ^
  1047. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  1048. word <<= 32;
  1049. ^
  1050. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1051. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  1052. ^
  1053. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1054. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  1055. ^
  1056. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1057. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  1058. ^
  1059. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1060. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  1061. ^
  1062. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1063. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  1064. ^
  1065. CC arch/x86/lib/relocate.o
  1066. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  1067. from include/linux/bitops.h:123,
  1068. from include/common.h:20,
  1069. from arch/x86/lib/relocate.c:18:
  1070. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  1071. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1072. if (!(word & (~0ul << 32))) {
  1073. ^
  1074. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  1075. word <<= 32;
  1076. ^
  1077. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1078. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  1079. ^
  1080. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1081. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  1082. ^
  1083. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1084. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  1085. ^
  1086. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1087. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  1088. ^
  1089. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1090. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  1091. ^
  1092. CC arch/x86/lib/physmem.o
  1093. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  1094. from include/linux/bitops.h:123,
  1095. from include/common.h:20,
  1096. from arch/x86/lib/physmem.c:11:
  1097. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  1098. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1099. if (!(word & (~0ul << 32))) {
  1100. ^
  1101. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  1102. word <<= 32;
  1103. ^
  1104. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1105. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  1106. ^
  1107. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1108. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  1109. ^
  1110. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1111. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  1112. ^
  1113. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1114. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  1115. ^
  1116. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1117. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  1118. ^
  1119. CC arch/x86/lib/sfi.o
  1120. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  1121. from include/linux/bitops.h:123,
  1122. from include/common.h:20,
  1123. from arch/x86/lib/sfi.c:16:
  1124. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  1125. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1126. if (!(word & (~0ul << 32))) {
  1127. ^
  1128. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  1129. word <<= 32;
  1130. ^
  1131. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1132. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  1133. ^
  1134. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1135. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  1136. ^
  1137. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1138. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  1139. ^
  1140. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1141. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  1142. ^
  1143. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1144. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  1145. ^
  1146. CC arch/x86/lib/string.o
  1147. CC arch/x86/lib/tables.o
  1148. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  1149. from include/linux/bitops.h:123,
  1150. from include/common.h:20,
  1151. from arch/x86/lib/tables.c:7:
  1152. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  1153. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1154. if (!(word & (~0ul << 32))) {
  1155. ^
  1156. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  1157. word <<= 32;
  1158. ^
  1159. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1160. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  1161. ^
  1162. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1163. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  1164. ^
  1165. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1166. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  1167. ^
  1168. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1169. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  1170. ^
  1171. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1172. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  1173. ^
  1174. CC arch/x86/lib/zimage.o
  1175. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  1176. from include/linux/bitops.h:123,
  1177. from include/common.h:20,
  1178. from arch/x86/lib/zimage.c:16:
  1179. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  1180. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1181. if (!(word & (~0ul << 32))) {
  1182. ^
  1183. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  1184. word <<= 32;
  1185. ^
  1186. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1187. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  1188. ^
  1189. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1190. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  1191. ^
  1192. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1193. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  1194. ^
  1195. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1196. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  1197. ^
  1198. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1199. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  1200. ^
  1201. LD arch/x86/lib/built-in.o
  1202. OBJCOPY arch/x86/lib/lib.a
  1203. AS board/emulation/qemu-x86/start.o
  1204. LD board/emulation/qemu-x86/built-in.o
  1205. CC cmd/boot.o
  1206. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  1207. from include/linux/bitops.h:123,
  1208. from include/common.h:20,
  1209. from cmd/boot.c:11:
  1210. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  1211. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1212. if (!(word & (~0ul << 32))) {
  1213. ^
  1214. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  1215. word <<= 32;
  1216. ^
  1217. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1218. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  1219. ^
  1220. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1221. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  1222. ^
  1223. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1224. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  1225. ^
  1226. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1227. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  1228. ^
  1229. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1230. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  1231. ^
  1232. CC cmd/bootm.o
  1233. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  1234. from include/linux/bitops.h:123,
  1235. from include/common.h:20,
  1236. from cmd/bootm.c:11:
  1237. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  1238. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1239. if (!(word & (~0ul << 32))) {
  1240. ^
  1241. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  1242. word <<= 32;
  1243. ^
  1244. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1245. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  1246. ^
  1247. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1248. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  1249. ^
  1250. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1251. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  1252. ^
  1253. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1254. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  1255. ^
  1256. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1257. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  1258. ^
  1259. CC cmd/help.o
  1260. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  1261. from include/linux/bitops.h:123,
  1262. from include/common.h:20,
  1263. from cmd/help.c:8:
  1264. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  1265. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1266. if (!(word & (~0ul << 32))) {
  1267. ^
  1268. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  1269. word <<= 32;
  1270. ^
  1271. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1272. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  1273. ^
  1274. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1275. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  1276. ^
  1277. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1278. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  1279. ^
  1280. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1281. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  1282. ^
  1283. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1284. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  1285. ^
  1286. CC cmd/version.o
  1287. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  1288. from include/linux/bitops.h:123,
  1289. from include/common.h:20,
  1290. from cmd/version.c:8:
  1291. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  1292. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1293. if (!(word & (~0ul << 32))) {
  1294. ^
  1295. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  1296. word <<= 32;
  1297. ^
  1298. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1299. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  1300. ^
  1301. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1302. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  1303. ^
  1304. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1305. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  1306. ^
  1307. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1308. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  1309. ^
  1310. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1311. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  1312. ^
  1313. CC cmd/source.o
  1314. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  1315. from include/linux/bitops.h:123,
  1316. from include/common.h:20,
  1317. from cmd/source.c:18:
  1318. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  1319. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1320. if (!(word & (~0ul << 32))) {
  1321. ^
  1322. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  1323. word <<= 32;
  1324. ^
  1325. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1326. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  1327. ^
  1328. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1329. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  1330. ^
  1331. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1332. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  1333. ^
  1334. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1335. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  1336. ^
  1337. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1338. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  1339. ^
  1340. CC cmd/bdinfo.o
  1341. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  1342. from include/linux/bitops.h:123,
  1343. from include/common.h:20,
  1344. from cmd/bdinfo.c:11:
  1345. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  1346. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1347. if (!(word & (~0ul << 32))) {
  1348. ^
  1349. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  1350. word <<= 32;
  1351. ^
  1352. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1353. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  1354. ^
  1355. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1356. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  1357. ^
  1358. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1359. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  1360. ^
  1361. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1362. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  1363. ^
  1364. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1365. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  1366. ^
  1367. CC cmd/bootstage.o
  1368. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  1369. from include/linux/bitops.h:123,
  1370. from include/common.h:20,
  1371. from cmd/bootstage.c:7:
  1372. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  1373. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1374. if (!(word & (~0ul << 32))) {
  1375. ^
  1376. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  1377. word <<= 32;
  1378. ^
  1379. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1380. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  1381. ^
  1382. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1383. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  1384. ^
  1385. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1386. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  1387. ^
  1388. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1389. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  1390. ^
  1391. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1392. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  1393. ^
  1394. CC cmd/console.o
  1395. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  1396. from include/linux/bitops.h:123,
  1397. from include/common.h:20,
  1398. from cmd/console.c:11:
  1399. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  1400. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1401. if (!(word & (~0ul << 32))) {
  1402. ^
  1403. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  1404. word <<= 32;
  1405. ^
  1406. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1407. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  1408. ^
  1409. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1410. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  1411. ^
  1412. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1413. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  1414. ^
  1415. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1416. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  1417. ^
  1418. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1419. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  1420. ^
  1421. CC cmd/cpu.o
  1422. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  1423. from include/linux/bitops.h:123,
  1424. from include/common.h:20,
  1425. from cmd/cpu.c:8:
  1426. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  1427. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1428. if (!(word & (~0ul << 32))) {
  1429. ^
  1430. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  1431. word <<= 32;
  1432. ^
  1433. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1434. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  1435. ^
  1436. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1437. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  1438. ^
  1439. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1440. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  1441. ^
  1442. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1443. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  1444. ^
  1445. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1446. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  1447. ^
  1448. CC cmd/date.o
  1449. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  1450. from include/linux/bitops.h:123,
  1451. from include/common.h:20,
  1452. from cmd/date.c:11:
  1453. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  1454. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1455. if (!(word & (~0ul << 32))) {
  1456. ^
  1457. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  1458. word <<= 32;
  1459. ^
  1460. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1461. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  1462. ^
  1463. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1464. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  1465. ^
  1466. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1467. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  1468. ^
  1469. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1470. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  1471. ^
  1472. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1473. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  1474. ^
  1475. CC cmd/echo.o
  1476. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  1477. from include/linux/bitops.h:123,
  1478. from include/common.h:20,
  1479. from cmd/echo.c:8:
  1480. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  1481. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1482. if (!(word & (~0ul << 32))) {
  1483. ^
  1484. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  1485. word <<= 32;
  1486. ^
  1487. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1488. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  1489. ^
  1490. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1491. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  1492. ^
  1493. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1494. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  1495. ^
  1496. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1497. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  1498. ^
  1499. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1500. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  1501. ^
  1502. CC cmd/efi.o
  1503. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  1504. from include/linux/bitops.h:123,
  1505. from include/common.h:20,
  1506. from cmd/efi.c:8:
  1507. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  1508. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1509. if (!(word & (~0ul << 32))) {
  1510. ^
  1511. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  1512. word <<= 32;
  1513. ^
  1514. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1515. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  1516. ^
  1517. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1518. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  1519. ^
  1520. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1521. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  1522. ^
  1523. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1524. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  1525. ^
  1526. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1527. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  1528. ^
  1529. CC cmd/elf.o
  1530. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  1531. from include/linux/bitops.h:123,
  1532. from include/common.h:20,
  1533. from cmd/elf.c:16:
  1534. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  1535. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1536. if (!(word & (~0ul << 32))) {
  1537. ^
  1538. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  1539. word <<= 32;
  1540. ^
  1541. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1542. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  1543. ^
  1544. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1545. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  1546. ^
  1547. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1548. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  1549. ^
  1550. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1551. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  1552. ^
  1553. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1554. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  1555. ^
  1556. CC cmd/exit.o
  1557. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  1558. from include/linux/bitops.h:123,
  1559. from include/common.h:20,
  1560. from cmd/exit.c:8:
  1561. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  1562. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1563. if (!(word & (~0ul << 32))) {
  1564. ^
  1565. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  1566. word <<= 32;
  1567. ^
  1568. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1569. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  1570. ^
  1571. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1572. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  1573. ^
  1574. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1575. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  1576. ^
  1577. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1578. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  1579. ^
  1580. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1581. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  1582. ^
  1583. CC cmd/ext4.o
  1584. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  1585. from include/linux/bitops.h:123,
  1586. from include/common.h:20,
  1587. from cmd/ext4.c:29:
  1588. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  1589. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1590. if (!(word & (~0ul << 32))) {
  1591. ^
  1592. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  1593. word <<= 32;
  1594. ^
  1595. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1596. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  1597. ^
  1598. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1599. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  1600. ^
  1601. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1602. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  1603. ^
  1604. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1605. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  1606. ^
  1607. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1608. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  1609. ^
  1610. CC cmd/ext2.o
  1611. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  1612. from include/linux/bitops.h:123,
  1613. from include/common.h:20,
  1614. from include/fs.h:9,
  1615. from cmd/ext2.c:23:
  1616. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  1617. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1618. if (!(word & (~0ul << 32))) {
  1619. ^
  1620. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  1621. word <<= 32;
  1622. ^
  1623. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1624. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  1625. ^
  1626. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1627. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  1628. ^
  1629. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1630. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  1631. ^
  1632. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1633. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  1634. ^
  1635. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1636. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  1637. ^
  1638. CC cmd/fat.o
  1639. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  1640. from include/linux/bitops.h:123,
  1641. from include/common.h:20,
  1642. from cmd/fat.c:11:
  1643. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  1644. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1645. if (!(word & (~0ul << 32))) {
  1646. ^
  1647. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  1648. word <<= 32;
  1649. ^
  1650. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1651. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  1652. ^
  1653. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1654. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  1655. ^
  1656. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1657. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  1658. ^
  1659. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1660. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  1661. ^
  1662. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1663. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  1664. ^
  1665. CC cmd/fdt.o
  1666. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  1667. from include/linux/bitops.h:123,
  1668. from include/common.h:20,
  1669. from cmd/fdt.c:11:
  1670. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  1671. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1672. if (!(word & (~0ul << 32))) {
  1673. ^
  1674. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  1675. word <<= 32;
  1676. ^
  1677. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1678. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  1679. ^
  1680. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1681. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  1682. ^
  1683. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1684. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  1685. ^
  1686. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1687. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  1688. ^
  1689. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1690. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  1691. ^
  1692. CC cmd/fs.o
  1693. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  1694. from include/linux/bitops.h:123,
  1695. from include/common.h:20,
  1696. from cmd/fs.c:9:
  1697. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  1698. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1699. if (!(word & (~0ul << 32))) {
  1700. ^
  1701. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  1702. word <<= 32;
  1703. ^
  1704. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1705. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  1706. ^
  1707. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1708. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  1709. ^
  1710. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1711. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  1712. ^
  1713. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1714. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  1715. ^
  1716. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1717. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  1718. ^
  1719. CC cmd/gettime.o
  1720. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  1721. from include/linux/bitops.h:123,
  1722. from include/common.h:20,
  1723. from cmd/gettime.c:15:
  1724. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  1725. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1726. if (!(word & (~0ul << 32))) {
  1727. ^
  1728. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  1729. word <<= 32;
  1730. ^
  1731. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1732. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  1733. ^
  1734. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1735. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  1736. ^
  1737. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1738. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  1739. ^
  1740. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1741. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  1742. ^
  1743. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1744. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  1745. ^
  1746. CC cmd/ide.o
  1747. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  1748. from include/linux/bitops.h:123,
  1749. from include/common.h:20,
  1750. from cmd/ide.c:12:
  1751. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  1752. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1753. if (!(word & (~0ul << 32))) {
  1754. ^
  1755. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  1756. word <<= 32;
  1757. ^
  1758. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1759. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  1760. ^
  1761. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1762. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  1763. ^
  1764. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1765. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  1766. ^
  1767. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1768. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  1769. ^
  1770. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1771. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  1772. ^
  1773. CC cmd/irq.o
  1774. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  1775. from include/linux/bitops.h:123,
  1776. from include/common.h:20,
  1777. from cmd/irq.c:7:
  1778. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  1779. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1780. if (!(word & (~0ul << 32))) {
  1781. ^
  1782. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  1783. word <<= 32;
  1784. ^
  1785. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1786. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  1787. ^
  1788. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1789. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  1790. ^
  1791. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1792. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  1793. ^
  1794. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1795. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  1796. ^
  1797. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1798. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  1799. ^
  1800. CC cmd/itest.o
  1801. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  1802. from include/linux/bitops.h:123,
  1803. from include/common.h:20,
  1804. from cmd/itest.c:15:
  1805. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  1806. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1807. if (!(word & (~0ul << 32))) {
  1808. ^
  1809. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  1810. word <<= 32;
  1811. ^
  1812. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1813. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  1814. ^
  1815. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1816. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  1817. ^
  1818. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1819. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  1820. ^
  1821. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1822. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  1823. ^
  1824. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1825. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  1826. ^
  1827. CC cmd/load.o
  1828. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  1829. from include/linux/bitops.h:123,
  1830. from include/common.h:20,
  1831. from cmd/load.c:11:
  1832. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  1833. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1834. if (!(word & (~0ul << 32))) {
  1835. ^
  1836. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  1837. word <<= 32;
  1838. ^
  1839. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1840. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  1841. ^
  1842. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1843. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  1844. ^
  1845. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1846. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  1847. ^
  1848. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1849. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  1850. ^
  1851. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1852. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  1853. ^
  1854. CC cmd/mem.o
  1855. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  1856. from include/linux/bitops.h:123,
  1857. from include/common.h:20,
  1858. from cmd/mem.c:14:
  1859. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  1860. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1861. if (!(word & (~0ul << 32))) {
  1862. ^
  1863. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  1864. word <<= 32;
  1865. ^
  1866. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1867. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  1868. ^
  1869. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1870. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  1871. ^
  1872. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1873. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  1874. ^
  1875. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1876. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  1877. ^
  1878. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1879. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  1880. ^
  1881. CC cmd/io.o
  1882. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  1883. from include/linux/bitops.h:123,
  1884. from include/common.h:20,
  1885. from cmd/io.c:11:
  1886. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  1887. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1888. if (!(word & (~0ul << 32))) {
  1889. ^
  1890. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  1891. word <<= 32;
  1892. ^
  1893. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1894. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  1895. ^
  1896. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1897. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  1898. ^
  1899. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1900. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  1901. ^
  1902. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1903. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  1904. ^
  1905. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1906. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  1907. ^
  1908. CC cmd/misc.o
  1909. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  1910. from include/linux/bitops.h:123,
  1911. from include/common.h:20,
  1912. from cmd/misc.c:11:
  1913. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  1914. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1915. if (!(word & (~0ul << 32))) {
  1916. ^
  1917. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  1918. word <<= 32;
  1919. ^
  1920. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1921. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  1922. ^
  1923. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1924. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  1925. ^
  1926. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1927. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  1928. ^
  1929. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1930. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  1931. ^
  1932. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1933. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  1934. ^
  1935. CC cmd/net.o
  1936. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  1937. from include/linux/bitops.h:123,
  1938. from include/common.h:20,
  1939. from cmd/net.c:11:
  1940. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  1941. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1942. if (!(word & (~0ul << 32))) {
  1943. ^
  1944. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  1945. word <<= 32;
  1946. ^
  1947. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1948. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  1949. ^
  1950. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1951. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  1952. ^
  1953. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1954. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  1955. ^
  1956. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1957. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  1958. ^
  1959. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1960. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  1961. ^
  1962. CC cmd/part.o
  1963. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  1964. from include/linux/bitops.h:123,
  1965. from include/common.h:20,
  1966. from cmd/part.c:19:
  1967. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  1968. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1969. if (!(word & (~0ul << 32))) {
  1970. ^
  1971. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  1972. word <<= 32;
  1973. ^
  1974. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1975. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  1976. ^
  1977. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1978. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  1979. ^
  1980. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1981. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  1982. ^
  1983. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1984. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  1985. ^
  1986. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1987. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  1988. ^
  1989. CC cmd/pci.o
  1990. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  1991. from include/linux/bitops.h:123,
  1992. from include/common.h:20,
  1993. from cmd/pci.c:16:
  1994. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  1995. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  1996. if (!(word & (~0ul << 32))) {
  1997. ^
  1998. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  1999. word <<= 32;
  2000. ^
  2001. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2002. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  2003. ^
  2004. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2005. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  2006. ^
  2007. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2008. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  2009. ^
  2010. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2011. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  2012. ^
  2013. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2014. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  2015. ^
  2016. CC cmd/pcmcia.o
  2017. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  2018. from include/linux/bitops.h:123,
  2019. from include/common.h:20,
  2020. from cmd/pcmcia.c:40:
  2021. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  2022. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2023. if (!(word & (~0ul << 32))) {
  2024. ^
  2025. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  2026. word <<= 32;
  2027. ^
  2028. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2029. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  2030. ^
  2031. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2032. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  2033. ^
  2034. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2035. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  2036. ^
  2037. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2038. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  2039. ^
  2040. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2041. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  2042. ^
  2043. CC cmd/sf.o
  2044. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  2045. from include/linux/bitops.h:123,
  2046. from include/common.h:20,
  2047. from cmd/sf.c:9:
  2048. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  2049. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2050. if (!(word & (~0ul << 32))) {
  2051. ^
  2052. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  2053. word <<= 32;
  2054. ^
  2055. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2056. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  2057. ^
  2058. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2059. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  2060. ^
  2061. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2062. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  2063. ^
  2064. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2065. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  2066. ^
  2067. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2068. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  2069. ^
  2070. CC cmd/spi.o
  2071. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  2072. from include/linux/bitops.h:123,
  2073. from include/common.h:20,
  2074. from cmd/spi.c:12:
  2075. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  2076. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2077. if (!(word & (~0ul << 32))) {
  2078. ^
  2079. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  2080. word <<= 32;
  2081. ^
  2082. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2083. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  2084. ^
  2085. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2086. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  2087. ^
  2088. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2089. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  2090. ^
  2091. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2092. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  2093. ^
  2094. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2095. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  2096. ^
  2097. CC cmd/time.o
  2098. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  2099. from include/linux/bitops.h:123,
  2100. from include/common.h:20,
  2101. from cmd/time.c:6:
  2102. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  2103. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2104. if (!(word & (~0ul << 32))) {
  2105. ^
  2106. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  2107. word <<= 32;
  2108. ^
  2109. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2110. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  2111. ^
  2112. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2113. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  2114. ^
  2115. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2116. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  2117. ^
  2118. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2119. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  2120. ^
  2121. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2122. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  2123. ^
  2124. CC cmd/test.o
  2125. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  2126. from include/linux/bitops.h:123,
  2127. from include/common.h:20,
  2128. from cmd/test.c:8:
  2129. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  2130. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2131. if (!(word & (~0ul << 32))) {
  2132. ^
  2133. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  2134. word <<= 32;
  2135. ^
  2136. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2137. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  2138. ^
  2139. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2140. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  2141. ^
  2142. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2143. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  2144. ^
  2145. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2146. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  2147. ^
  2148. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2149. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  2150. ^
  2151. CC cmd/usb.o
  2152. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  2153. from include/linux/bitops.h:123,
  2154. from include/common.h:20,
  2155. from cmd/usb.c:14:
  2156. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  2157. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2158. if (!(word & (~0ul << 32))) {
  2159. ^
  2160. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  2161. word <<= 32;
  2162. ^
  2163. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2164. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  2165. ^
  2166. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2167. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  2168. ^
  2169. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2170. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  2171. ^
  2172. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2173. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  2174. ^
  2175. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2176. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  2177. ^
  2178. CC cmd/ximg.o
  2179. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  2180. from include/linux/bitops.h:123,
  2181. from include/common.h:20,
  2182. from cmd/ximg.c:15:
  2183. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  2184. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2185. if (!(word & (~0ul << 32))) {
  2186. ^
  2187. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  2188. word <<= 32;
  2189. ^
  2190. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2191. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  2192. ^
  2193. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2194. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  2195. ^
  2196. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2197. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  2198. ^
  2199. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2200. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  2201. ^
  2202. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2203. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  2204. ^
  2205. CC cmd/nvedit.o
  2206. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  2207. from include/linux/bitops.h:123,
  2208. from include/common.h:20,
  2209. from cmd/nvedit.c:27:
  2210. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  2211. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2212. if (!(word & (~0ul << 32))) {
  2213. ^
  2214. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  2215. word <<= 32;
  2216. ^
  2217. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2218. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  2219. ^
  2220. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2221. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  2222. ^
  2223. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2224. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  2225. ^
  2226. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2227. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  2228. ^
  2229. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2230. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  2231. ^
  2232. CC cmd/disk.o
  2233. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  2234. from include/linux/bitops.h:123,
  2235. from include/common.h:20,
  2236. from cmd/disk.c:7:
  2237. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  2238. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2239. if (!(word & (~0ul << 32))) {
  2240. ^
  2241. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  2242. word <<= 32;
  2243. ^
  2244. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2245. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  2246. ^
  2247. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2248. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  2249. ^
  2250. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2251. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  2252. ^
  2253. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2254. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  2255. ^
  2256. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2257. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  2258. ^
  2259. LD cmd/built-in.o
  2260. CC common/init/board_init.o
  2261. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  2262. from include/linux/bitops.h:123,
  2263. from include/common.h:20,
  2264. from common/init/board_init.c:10:
  2265. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  2266. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2267. if (!(word & (~0ul << 32))) {
  2268. ^
  2269. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  2270. word <<= 32;
  2271. ^
  2272. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2273. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  2274. ^
  2275. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2276. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  2277. ^
  2278. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2279. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  2280. ^
  2281. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2282. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  2283. ^
  2284. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2285. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  2286. ^
  2287. LD common/init/built-in.o
  2288. CC common/main.o
  2289. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  2290. from include/linux/bitops.h:123,
  2291. from include/common.h:20,
  2292. from common/main.c:10:
  2293. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  2294. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2295. if (!(word & (~0ul << 32))) {
  2296. ^
  2297. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  2298. word <<= 32;
  2299. ^
  2300. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2301. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  2302. ^
  2303. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2304. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  2305. ^
  2306. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2307. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  2308. ^
  2309. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2310. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  2311. ^
  2312. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2313. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  2314. ^
  2315. CC common/exports.o
  2316. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  2317. from include/linux/bitops.h:123,
  2318. from include/common.h:20,
  2319. from common/exports.c:1:
  2320. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  2321. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2322. if (!(word & (~0ul << 32))) {
  2323. ^
  2324. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  2325. word <<= 32;
  2326. ^
  2327. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2328. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  2329. ^
  2330. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2331. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  2332. ^
  2333. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2334. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  2335. ^
  2336. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2337. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  2338. ^
  2339. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2340. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  2341. ^
  2342. CC common/hash.o
  2343. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  2344. from include/linux/bitops.h:123,
  2345. from include/common.h:20,
  2346. from common/hash.c:14:
  2347. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  2348. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2349. if (!(word & (~0ul << 32))) {
  2350. ^
  2351. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  2352. word <<= 32;
  2353. ^
  2354. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2355. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  2356. ^
  2357. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2358. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  2359. ^
  2360. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2361. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  2362. ^
  2363. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2364. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  2365. ^
  2366. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2367. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  2368. ^
  2369. CC common/cli_hush.o
  2370. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  2371. from include/linux/bitops.h:123,
  2372. from include/common.h:20,
  2373. from common/cli_hush.c:81:
  2374. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  2375. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2376. if (!(word & (~0ul << 32))) {
  2377. ^
  2378. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  2379. word <<= 32;
  2380. ^
  2381. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2382. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  2383. ^
  2384. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2385. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  2386. ^
  2387. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2388. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  2389. ^
  2390. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2391. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  2392. ^
  2393. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2394. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  2395. ^
  2396. CC common/autoboot.o
  2397. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  2398. from include/linux/bitops.h:123,
  2399. from include/common.h:20,
  2400. from common/autoboot.c:8:
  2401. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  2402. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2403. if (!(word & (~0ul << 32))) {
  2404. ^
  2405. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  2406. word <<= 32;
  2407. ^
  2408. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2409. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  2410. ^
  2411. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2412. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  2413. ^
  2414. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2415. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  2416. ^
  2417. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2418. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  2419. ^
  2420. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2421. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  2422. ^
  2423. CC common/board_f.o
  2424. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  2425. from include/linux/bitops.h:123,
  2426. from include/common.h:20,
  2427. from common/board_f.c:13:
  2428. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  2429. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2430. if (!(word & (~0ul << 32))) {
  2431. ^
  2432. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  2433. word <<= 32;
  2434. ^
  2435. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2436. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  2437. ^
  2438. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2439. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  2440. ^
  2441. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2442. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  2443. ^
  2444. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2445. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  2446. ^
  2447. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2448. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  2449. ^
  2450. CC common/board_r.o
  2451. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  2452. from include/linux/bitops.h:123,
  2453. from include/common.h:20,
  2454. from common/board_r.c:13:
  2455. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  2456. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2457. if (!(word & (~0ul << 32))) {
  2458. ^
  2459. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  2460. word <<= 32;
  2461. ^
  2462. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2463. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  2464. ^
  2465. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2466. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  2467. ^
  2468. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2469. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  2470. ^
  2471. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2472. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  2473. ^
  2474. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2475. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  2476. ^
  2477. CC common/board_info.o
  2478. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  2479. from include/linux/bitops.h:123,
  2480. from include/common.h:20,
  2481. from common/board_info.c:5:
  2482. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  2483. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2484. if (!(word & (~0ul << 32))) {
  2485. ^
  2486. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  2487. word <<= 32;
  2488. ^
  2489. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2490. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  2491. ^
  2492. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2493. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  2494. ^
  2495. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2496. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  2497. ^
  2498. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2499. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  2500. ^
  2501. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2502. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  2503. ^
  2504. CC common/bootm.o
  2505. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  2506. from include/linux/bitops.h:123,
  2507. from include/common.h:20,
  2508. from common/bootm.c:9:
  2509. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  2510. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2511. if (!(word & (~0ul << 32))) {
  2512. ^
  2513. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  2514. word <<= 32;
  2515. ^
  2516. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2517. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  2518. ^
  2519. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2520. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  2521. ^
  2522. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2523. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  2524. ^
  2525. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2526. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  2527. ^
  2528. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2529. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  2530. ^
  2531. CC common/bootm_os.o
  2532. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  2533. from include/linux/bitops.h:123,
  2534. from include/common.h:20,
  2535. from common/bootm_os.c:8:
  2536. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  2537. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2538. if (!(word & (~0ul << 32))) {
  2539. ^
  2540. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  2541. word <<= 32;
  2542. ^
  2543. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2544. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  2545. ^
  2546. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2547. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  2548. ^
  2549. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2550. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  2551. ^
  2552. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2553. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  2554. ^
  2555. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2556. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  2557. ^
  2558. CC common/env_attr.o
  2559. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  2560. from include/linux/bitops.h:123,
  2561. from include/common.h:20,
  2562. from common/env_attr.c:13:
  2563. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  2564. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2565. if (!(word & (~0ul << 32))) {
  2566. ^
  2567. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  2568. word <<= 32;
  2569. ^
  2570. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2571. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  2572. ^
  2573. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2574. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  2575. ^
  2576. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2577. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  2578. ^
  2579. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2580. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  2581. ^
  2582. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2583. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  2584. ^
  2585. CC common/env_callback.o
  2586. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  2587. from include/linux/bitops.h:123,
  2588. from include/common.h:20,
  2589. from common/env_callback.c:8:
  2590. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  2591. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2592. if (!(word & (~0ul << 32))) {
  2593. ^
  2594. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  2595. word <<= 32;
  2596. ^
  2597. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2598. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  2599. ^
  2600. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2601. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  2602. ^
  2603. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2604. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  2605. ^
  2606. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2607. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  2608. ^
  2609. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2610. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  2611. ^
  2612. CC common/env_flags.o
  2613. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  2614. from include/linux/bitops.h:123,
  2615. from include/common.h:20,
  2616. from common/env_flags.c:20:
  2617. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  2618. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2619. if (!(word & (~0ul << 32))) {
  2620. ^
  2621. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  2622. word <<= 32;
  2623. ^
  2624. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2625. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  2626. ^
  2627. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2628. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  2629. ^
  2630. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2631. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  2632. ^
  2633. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2634. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  2635. ^
  2636. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2637. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  2638. ^
  2639. CC common/env_nowhere.o
  2640. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  2641. from include/linux/bitops.h:123,
  2642. from include/common.h:20,
  2643. from common/env_nowhere.c:11:
  2644. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  2645. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2646. if (!(word & (~0ul << 32))) {
  2647. ^
  2648. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  2649. word <<= 32;
  2650. ^
  2651. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2652. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  2653. ^
  2654. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2655. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  2656. ^
  2657. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2658. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  2659. ^
  2660. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2661. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  2662. ^
  2663. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2664. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  2665. ^
  2666. CC common/fdt_support.o
  2667. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  2668. from include/linux/bitops.h:123,
  2669. from include/common.h:20,
  2670. from common/fdt_support.c:10:
  2671. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  2672. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2673. if (!(word & (~0ul << 32))) {
  2674. ^
  2675. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  2676. word <<= 32;
  2677. ^
  2678. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2679. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  2680. ^
  2681. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2682. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  2683. ^
  2684. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2685. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  2686. ^
  2687. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2688. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  2689. ^
  2690. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2691. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  2692. ^
  2693. CC common/usb.o
  2694. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  2695. from include/linux/bitops.h:123,
  2696. from include/common.h:20,
  2697. from common/usb.c:29:
  2698. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  2699. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2700. if (!(word & (~0ul << 32))) {
  2701. ^
  2702. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  2703. word <<= 32;
  2704. ^
  2705. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2706. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  2707. ^
  2708. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2709. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  2710. ^
  2711. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2712. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  2713. ^
  2714. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2715. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  2716. ^
  2717. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2718. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  2719. ^
  2720. CC common/usb_hub.o
  2721. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  2722. from include/linux/bitops.h:123,
  2723. from include/common.h:20,
  2724. from common/usb_hub.c:25:
  2725. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  2726. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2727. if (!(word & (~0ul << 32))) {
  2728. ^
  2729. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  2730. word <<= 32;
  2731. ^
  2732. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2733. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  2734. ^
  2735. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2736. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  2737. ^
  2738. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2739. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  2740. ^
  2741. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2742. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  2743. ^
  2744. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2745. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  2746. ^
  2747. CC common/usb_storage.o
  2748. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  2749. from include/linux/bitops.h:123,
  2750. from include/common.h:20,
  2751. from common/usb_storage.c:36:
  2752. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  2753. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2754. if (!(word & (~0ul << 32))) {
  2755. ^
  2756. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  2757. word <<= 32;
  2758. ^
  2759. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2760. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  2761. ^
  2762. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2763. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  2764. ^
  2765. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2766. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  2767. ^
  2768. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2769. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  2770. ^
  2771. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2772. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  2773. ^
  2774. CC common/bootstage.o
  2775. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  2776. from include/linux/bitops.h:123,
  2777. from include/common.h:20,
  2778. from common/bootstage.c:15:
  2779. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  2780. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2781. if (!(word & (~0ul << 32))) {
  2782. ^
  2783. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  2784. word <<= 32;
  2785. ^
  2786. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2787. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  2788. ^
  2789. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2790. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  2791. ^
  2792. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2793. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  2794. ^
  2795. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2796. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  2797. ^
  2798. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2799. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  2800. ^
  2801. CC common/iomux.o
  2802. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  2803. from include/linux/bitops.h:123,
  2804. from include/common.h:20,
  2805. from common/iomux.c:8:
  2806. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  2807. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2808. if (!(word & (~0ul << 32))) {
  2809. ^
  2810. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  2811. word <<= 32;
  2812. ^
  2813. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2814. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  2815. ^
  2816. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2817. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  2818. ^
  2819. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2820. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  2821. ^
  2822. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2823. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  2824. ^
  2825. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2826. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  2827. ^
  2828. CC common/flash.o
  2829. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  2830. from include/linux/bitops.h:123,
  2831. from include/common.h:20,
  2832. from common/flash.c:10:
  2833. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  2834. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2835. if (!(word & (~0ul << 32))) {
  2836. ^
  2837. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  2838. word <<= 32;
  2839. ^
  2840. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2841. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  2842. ^
  2843. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2844. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  2845. ^
  2846. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2847. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  2848. ^
  2849. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2850. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  2851. ^
  2852. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2853. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  2854. ^
  2855. CC common/splash.o
  2856. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  2857. from include/linux/bitops.h:123,
  2858. from include/common.h:20,
  2859. from common/splash.c:23:
  2860. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  2861. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2862. if (!(word & (~0ul << 32))) {
  2863. ^
  2864. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  2865. word <<= 32;
  2866. ^
  2867. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2868. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  2869. ^
  2870. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2871. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  2872. ^
  2873. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2874. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  2875. ^
  2876. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2877. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  2878. ^
  2879. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2880. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  2881. ^
  2882. CC common/usb_kbd.o
  2883. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  2884. from include/linux/bitops.h:123,
  2885. from include/common.h:20,
  2886. from common/usb_kbd.c:10:
  2887. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  2888. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2889. if (!(word & (~0ul << 32))) {
  2890. ^
  2891. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  2892. word <<= 32;
  2893. ^
  2894. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2895. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  2896. ^
  2897. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2898. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  2899. ^
  2900. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2901. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  2902. ^
  2903. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2904. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  2905. ^
  2906. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2907. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  2908. ^
  2909. CC common/env_common.o
  2910. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  2911. from include/linux/bitops.h:123,
  2912. from include/common.h:20,
  2913. from common/env_common.c:11:
  2914. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  2915. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2916. if (!(word & (~0ul << 32))) {
  2917. ^
  2918. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  2919. word <<= 32;
  2920. ^
  2921. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2922. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  2923. ^
  2924. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2925. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  2926. ^
  2927. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2928. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  2929. ^
  2930. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2931. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  2932. ^
  2933. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2934. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  2935. ^
  2936. CC common/console.o
  2937. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  2938. from include/linux/bitops.h:123,
  2939. from include/common.h:20,
  2940. from common/console.c:8:
  2941. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  2942. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2943. if (!(word & (~0ul << 32))) {
  2944. ^
  2945. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  2946. word <<= 32;
  2947. ^
  2948. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2949. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  2950. ^
  2951. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2952. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  2953. ^
  2954. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2955. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  2956. ^
  2957. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2958. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  2959. ^
  2960. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2961. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  2962. ^
  2963. CC common/dlmalloc.o
  2964. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  2965. from include/linux/bitops.h:123,
  2966. from include/common.h:20,
  2967. from common/dlmalloc.c:1:
  2968. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  2969. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2970. if (!(word & (~0ul << 32))) {
  2971. ^
  2972. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  2973. word <<= 32;
  2974. ^
  2975. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2976. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  2977. ^
  2978. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2979. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  2980. ^
  2981. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2982. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  2983. ^
  2984. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2985. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  2986. ^
  2987. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2988. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  2989. ^
  2990. CC common/malloc_simple.o
  2991. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  2992. from include/linux/bitops.h:123,
  2993. from include/common.h:20,
  2994. from common/malloc_simple.c:9:
  2995. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  2996. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  2997. if (!(word & (~0ul << 32))) {
  2998. ^
  2999. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  3000. word <<= 32;
  3001. ^
  3002. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3003. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  3004. ^
  3005. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3006. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  3007. ^
  3008. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3009. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  3010. ^
  3011. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3012. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  3013. ^
  3014. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3015. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  3016. ^
  3017. CC common/image.o
  3018. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  3019. from include/linux/bitops.h:123,
  3020. from include/common.h:20,
  3021. from common/image.c:11:
  3022. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  3023. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3024. if (!(word & (~0ul << 32))) {
  3025. ^
  3026. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  3027. word <<= 32;
  3028. ^
  3029. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3030. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  3031. ^
  3032. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3033. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  3034. ^
  3035. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3036. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  3037. ^
  3038. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3039. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  3040. ^
  3041. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3042. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  3043. ^
  3044. CC common/image-fdt.o
  3045. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  3046. from include/linux/bitops.h:123,
  3047. from include/common.h:20,
  3048. from common/image-fdt.c:12:
  3049. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  3050. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3051. if (!(word & (~0ul << 32))) {
  3052. ^
  3053. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  3054. word <<= 32;
  3055. ^
  3056. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3057. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  3058. ^
  3059. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3060. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  3061. ^
  3062. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3063. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  3064. ^
  3065. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3066. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  3067. ^
  3068. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3069. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  3070. ^
  3071. CC common/image-fit.o
  3072. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  3073. from include/linux/bitops.h:123,
  3074. from include/common.h:20,
  3075. from common/image-fit.c:17:
  3076. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  3077. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3078. if (!(word & (~0ul << 32))) {
  3079. ^
  3080. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  3081. word <<= 32;
  3082. ^
  3083. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3084. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  3085. ^
  3086. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3087. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  3088. ^
  3089. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3090. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  3091. ^
  3092. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3093. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  3094. ^
  3095. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3096. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  3097. ^
  3098. CC common/memsize.o
  3099. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  3100. from include/linux/bitops.h:123,
  3101. from include/common.h:20,
  3102. from common/memsize.c:8:
  3103. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  3104. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3105. if (!(word & (~0ul << 32))) {
  3106. ^
  3107. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  3108. word <<= 32;
  3109. ^
  3110. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3111. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  3112. ^
  3113. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3114. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  3115. ^
  3116. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3117. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  3118. ^
  3119. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3120. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  3121. ^
  3122. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3123. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  3124. ^
  3125. CC common/stdio.o
  3126. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  3127. from include/linux/bitops.h:123,
  3128. from include/common.h:20,
  3129. from common/stdio.c:13:
  3130. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  3131. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3132. if (!(word & (~0ul << 32))) {
  3133. ^
  3134. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  3135. word <<= 32;
  3136. ^
  3137. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3138. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  3139. ^
  3140. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3141. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  3142. ^
  3143. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3144. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  3145. ^
  3146. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3147. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  3148. ^
  3149. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3150. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  3151. ^
  3152. CC common/cli_simple.o
  3153. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  3154. from include/linux/bitops.h:123,
  3155. from include/common.h:20,
  3156. from common/cli_simple.c:12:
  3157. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  3158. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3159. if (!(word & (~0ul << 32))) {
  3160. ^
  3161. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  3162. word <<= 32;
  3163. ^
  3164. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3165. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  3166. ^
  3167. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3168. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  3169. ^
  3170. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3171. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  3172. ^
  3173. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3174. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  3175. ^
  3176. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3177. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  3178. ^
  3179. CC common/cli.o
  3180. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  3181. from include/linux/bitops.h:123,
  3182. from include/common.h:20,
  3183. from common/cli.c:12:
  3184. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  3185. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3186. if (!(word & (~0ul << 32))) {
  3187. ^
  3188. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  3189. word <<= 32;
  3190. ^
  3191. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3192. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  3193. ^
  3194. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3195. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  3196. ^
  3197. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3198. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  3199. ^
  3200. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3201. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  3202. ^
  3203. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3204. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  3205. ^
  3206. CC common/cli_readline.o
  3207. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  3208. from include/linux/bitops.h:123,
  3209. from include/common.h:20,
  3210. from common/cli_readline.c:12:
  3211. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  3212. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3213. if (!(word & (~0ul << 32))) {
  3214. ^
  3215. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  3216. word <<= 32;
  3217. ^
  3218. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3219. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  3220. ^
  3221. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3222. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  3223. ^
  3224. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3225. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  3226. ^
  3227. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3228. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  3229. ^
  3230. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3231. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  3232. ^
  3233. CC common/command.o
  3234. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  3235. from include/linux/bitops.h:123,
  3236. from include/common.h:20,
  3237. from common/command.c:12:
  3238. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  3239. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3240. if (!(word & (~0ul << 32))) {
  3241. ^
  3242. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  3243. word <<= 32;
  3244. ^
  3245. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3246. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  3247. ^
  3248. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3249. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  3250. ^
  3251. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3252. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  3253. ^
  3254. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3255. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  3256. ^
  3257. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3258. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  3259. ^
  3260. CC common/s_record.o
  3261. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  3262. from include/linux/bitops.h:123,
  3263. from include/common.h:20,
  3264. from common/s_record.c:8:
  3265. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  3266. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3267. if (!(word & (~0ul << 32))) {
  3268. ^
  3269. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  3270. word <<= 32;
  3271. ^
  3272. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3273. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  3274. ^
  3275. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3276. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  3277. ^
  3278. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3279. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  3280. ^
  3281. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3282. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  3283. ^
  3284. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3285. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  3286. ^
  3287. CC common/xyzModem.o
  3288. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  3289. from include/linux/bitops.h:123,
  3290. from include/common.h:20,
  3291. from common/xyzModem.c:25:
  3292. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  3293. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3294. if (!(word & (~0ul << 32))) {
  3295. ^
  3296. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  3297. word <<= 32;
  3298. ^
  3299. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3300. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  3301. ^
  3302. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3303. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  3304. ^
  3305. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3306. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  3307. ^
  3308. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3309. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  3310. ^
  3311. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3312. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  3313. ^
  3314. LD common/built-in.o
  3315. CC disk/part.o
  3316. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  3317. from include/linux/bitops.h:123,
  3318. from include/common.h:20,
  3319. from disk/part.c:8:
  3320. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  3321. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3322. if (!(word & (~0ul << 32))) {
  3323. ^
  3324. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  3325. word <<= 32;
  3326. ^
  3327. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3328. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  3329. ^
  3330. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3331. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  3332. ^
  3333. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3334. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  3335. ^
  3336. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3337. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  3338. ^
  3339. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3340. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  3341. ^
  3342. CC disk/part_mac.o
  3343. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  3344. from include/linux/bitops.h:123,
  3345. from include/common.h:20,
  3346. from disk/part_mac.c:16:
  3347. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  3348. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3349. if (!(word & (~0ul << 32))) {
  3350. ^
  3351. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  3352. word <<= 32;
  3353. ^
  3354. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3355. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  3356. ^
  3357. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3358. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  3359. ^
  3360. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3361. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  3362. ^
  3363. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3364. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  3365. ^
  3366. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3367. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  3368. ^
  3369. CC disk/part_dos.o
  3370. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  3371. from include/linux/bitops.h:123,
  3372. from include/common.h:20,
  3373. from disk/part_dos.c:17:
  3374. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  3375. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3376. if (!(word & (~0ul << 32))) {
  3377. ^
  3378. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  3379. word <<= 32;
  3380. ^
  3381. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3382. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  3383. ^
  3384. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3385. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  3386. ^
  3387. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3388. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  3389. ^
  3390. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3391. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  3392. ^
  3393. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3394. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  3395. ^
  3396. CC disk/part_iso.o
  3397. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  3398. from include/linux/bitops.h:123,
  3399. from include/common.h:20,
  3400. from disk/part_iso.c:8:
  3401. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  3402. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3403. if (!(word & (~0ul << 32))) {
  3404. ^
  3405. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  3406. word <<= 32;
  3407. ^
  3408. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3409. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  3410. ^
  3411. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3412. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  3413. ^
  3414. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3415. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  3416. ^
  3417. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3418. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  3419. ^
  3420. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3421. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  3422. ^
  3423. CC disk/part_efi.o
  3424. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  3425. from include/linux/bitops.h:123,
  3426. from include/common.h:20,
  3427. from disk/part_efi.c:14:
  3428. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  3429. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3430. if (!(word & (~0ul << 32))) {
  3431. ^
  3432. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  3433. word <<= 32;
  3434. ^
  3435. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3436. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  3437. ^
  3438. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3439. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  3440. ^
  3441. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3442. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  3443. ^
  3444. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3445. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  3446. ^
  3447. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3448. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  3449. ^
  3450. LD disk/built-in.o
  3451. LD drivers/adc/built-in.o
  3452. CC drivers/block/disk-uclass.o
  3453. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  3454. from include/linux/bitops.h:123,
  3455. from include/common.h:20,
  3456. from drivers/block/disk-uclass.c:8:
  3457. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  3458. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3459. if (!(word & (~0ul << 32))) {
  3460. ^
  3461. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  3462. word <<= 32;
  3463. ^
  3464. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3465. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  3466. ^
  3467. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3468. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  3469. ^
  3470. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3471. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  3472. ^
  3473. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3474. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  3475. ^
  3476. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3477. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  3478. ^
  3479. CC drivers/block/libata.o
  3480. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  3481. from include/linux/bitops.h:123,
  3482. from include/common.h:20,
  3483. from include/libata.h:14,
  3484. from drivers/block/libata.c:9:
  3485. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  3486. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3487. if (!(word & (~0ul << 32))) {
  3488. ^
  3489. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  3490. word <<= 32;
  3491. ^
  3492. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3493. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  3494. ^
  3495. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3496. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  3497. ^
  3498. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3499. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  3500. ^
  3501. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3502. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  3503. ^
  3504. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3505. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  3506. ^
  3507. LD drivers/block/built-in.o
  3508. CC drivers/core/device.o
  3509. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  3510. from include/linux/bitops.h:123,
  3511. from include/common.h:20,
  3512. from drivers/core/device.c:12:
  3513. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  3514. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3515. if (!(word & (~0ul << 32))) {
  3516. ^
  3517. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  3518. word <<= 32;
  3519. ^
  3520. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3521. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  3522. ^
  3523. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3524. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  3525. ^
  3526. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3527. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  3528. ^
  3529. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3530. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  3531. ^
  3532. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3533. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  3534. ^
  3535. CC drivers/core/lists.o
  3536. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  3537. from include/linux/bitops.h:123,
  3538. from include/common.h:20,
  3539. from drivers/core/lists.c:10:
  3540. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  3541. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3542. if (!(word & (~0ul << 32))) {
  3543. ^
  3544. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  3545. word <<= 32;
  3546. ^
  3547. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3548. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  3549. ^
  3550. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3551. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  3552. ^
  3553. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3554. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  3555. ^
  3556. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3557. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  3558. ^
  3559. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3560. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  3561. ^
  3562. CC drivers/core/root.o
  3563. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  3564. from include/linux/bitops.h:123,
  3565. from include/common.h:20,
  3566. from drivers/core/root.c:10:
  3567. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  3568. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3569. if (!(word & (~0ul << 32))) {
  3570. ^
  3571. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  3572. word <<= 32;
  3573. ^
  3574. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3575. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  3576. ^
  3577. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3578. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  3579. ^
  3580. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3581. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  3582. ^
  3583. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3584. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  3585. ^
  3586. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3587. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  3588. ^
  3589. CC drivers/core/uclass.o
  3590. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  3591. from include/linux/bitops.h:123,
  3592. from include/common.h:20,
  3593. from drivers/core/uclass.c:10:
  3594. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  3595. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3596. if (!(word & (~0ul << 32))) {
  3597. ^
  3598. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  3599. word <<= 32;
  3600. ^
  3601. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3602. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  3603. ^
  3604. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3605. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  3606. ^
  3607. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3608. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  3609. ^
  3610. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3611. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  3612. ^
  3613. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3614. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  3615. ^
  3616. CC drivers/core/util.o
  3617. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  3618. from include/linux/bitops.h:123,
  3619. from include/common.h:20,
  3620. from drivers/core/util.c:7:
  3621. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  3622. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3623. if (!(word & (~0ul << 32))) {
  3624. ^
  3625. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  3626. word <<= 32;
  3627. ^
  3628. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3629. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  3630. ^
  3631. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3632. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  3633. ^
  3634. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3635. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  3636. ^
  3637. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3638. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  3639. ^
  3640. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3641. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  3642. ^
  3643. CC drivers/core/device-remove.o
  3644. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  3645. from include/linux/bitops.h:123,
  3646. from include/common.h:20,
  3647. from drivers/core/device-remove.c:12:
  3648. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  3649. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3650. if (!(word & (~0ul << 32))) {
  3651. ^
  3652. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  3653. word <<= 32;
  3654. ^
  3655. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3656. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  3657. ^
  3658. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3659. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  3660. ^
  3661. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3662. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  3663. ^
  3664. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3665. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  3666. ^
  3667. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3668. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  3669. ^
  3670. CC drivers/core/simple-bus.o
  3671. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  3672. from include/linux/bitops.h:123,
  3673. from include/common.h:20,
  3674. from drivers/core/simple-bus.c:7:
  3675. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  3676. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3677. if (!(word & (~0ul << 32))) {
  3678. ^
  3679. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  3680. word <<= 32;
  3681. ^
  3682. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3683. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  3684. ^
  3685. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3686. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  3687. ^
  3688. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3689. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  3690. ^
  3691. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3692. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  3693. ^
  3694. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3695. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  3696. ^
  3697. CC drivers/core/dump.o
  3698. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  3699. from include/linux/bitops.h:123,
  3700. from include/common.h:20,
  3701. from drivers/core/dump.c:7:
  3702. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  3703. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3704. if (!(word & (~0ul << 32))) {
  3705. ^
  3706. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  3707. word <<= 32;
  3708. ^
  3709. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3710. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  3711. ^
  3712. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3713. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  3714. ^
  3715. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3716. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  3717. ^
  3718. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3719. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  3720. ^
  3721. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3722. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  3723. ^
  3724. LD drivers/core/built-in.o
  3725. CC drivers/cpu/cpu-uclass.o
  3726. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  3727. from include/linux/bitops.h:123,
  3728. from include/common.h:20,
  3729. from drivers/cpu/cpu-uclass.c:8:
  3730. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  3731. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3732. if (!(word & (~0ul << 32))) {
  3733. ^
  3734. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  3735. word <<= 32;
  3736. ^
  3737. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3738. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  3739. ^
  3740. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3741. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  3742. ^
  3743. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3744. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  3745. ^
  3746. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3747. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  3748. ^
  3749. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3750. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  3751. ^
  3752. LD drivers/cpu/built-in.o
  3753. CC drivers/crypto/fsl/sec.o
  3754. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  3755. from include/linux/bitops.h:123,
  3756. from include/common.h:20,
  3757. from drivers/crypto/fsl/sec.c:7:
  3758. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  3759. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3760. if (!(word & (~0ul << 32))) {
  3761. ^
  3762. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  3763. word <<= 32;
  3764. ^
  3765. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3766. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  3767. ^
  3768. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3769. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  3770. ^
  3771. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3772. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  3773. ^
  3774. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3775. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  3776. ^
  3777. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3778. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  3779. ^
  3780. LD drivers/crypto/fsl/built-in.o
  3781. LD drivers/crypto/rsa_mod_exp/built-in.o
  3782. LD drivers/crypto/built-in.o
  3783. LD drivers/dfu/built-in.o
  3784. LD drivers/hwmon/built-in.o
  3785. CC drivers/input/keyboard-uclass.o
  3786. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  3787. from include/linux/bitops.h:123,
  3788. from include/common.h:20,
  3789. from drivers/input/keyboard-uclass.c:7:
  3790. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  3791. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3792. if (!(word & (~0ul << 32))) {
  3793. ^
  3794. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  3795. word <<= 32;
  3796. ^
  3797. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3798. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  3799. ^
  3800. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3801. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  3802. ^
  3803. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3804. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  3805. ^
  3806. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3807. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  3808. ^
  3809. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3810. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  3811. ^
  3812. CC drivers/input/i8042.o
  3813. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  3814. from include/linux/bitops.h:123,
  3815. from include/common.h:20,
  3816. from drivers/input/i8042.c:10:
  3817. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  3818. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3819. if (!(word & (~0ul << 32))) {
  3820. ^
  3821. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  3822. word <<= 32;
  3823. ^
  3824. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3825. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  3826. ^
  3827. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3828. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  3829. ^
  3830. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3831. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  3832. ^
  3833. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3834. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  3835. ^
  3836. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3837. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  3838. ^
  3839. CC drivers/input/input.o
  3840. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  3841. from include/linux/bitops.h:123,
  3842. from include/common.h:20,
  3843. from drivers/input/input.c:10:
  3844. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  3845. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3846. if (!(word & (~0ul << 32))) {
  3847. ^
  3848. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  3849. word <<= 32;
  3850. ^
  3851. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3852. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  3853. ^
  3854. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3855. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  3856. ^
  3857. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3858. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  3859. ^
  3860. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3861. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  3862. ^
  3863. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3864. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  3865. ^
  3866. CC drivers/input/key_matrix.o
  3867. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  3868. from include/linux/bitops.h:123,
  3869. from include/common.h:20,
  3870. from drivers/input/key_matrix.c:10:
  3871. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  3872. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3873. if (!(word & (~0ul << 32))) {
  3874. ^
  3875. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  3876. word <<= 32;
  3877. ^
  3878. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3879. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  3880. ^
  3881. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3882. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  3883. ^
  3884. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3885. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  3886. ^
  3887. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3888. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  3889. ^
  3890. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3891. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  3892. ^
  3893. LD drivers/input/built-in.o
  3894. LD drivers/memory/built-in.o
  3895. LD drivers/misc/built-in.o
  3896. CC drivers/pch/pch-uclass.o
  3897. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  3898. from include/linux/bitops.h:123,
  3899. from include/common.h:20,
  3900. from drivers/pch/pch-uclass.c:8:
  3901. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  3902. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3903. if (!(word & (~0ul << 32))) {
  3904. ^
  3905. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  3906. word <<= 32;
  3907. ^
  3908. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3909. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  3910. ^
  3911. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3912. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  3913. ^
  3914. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3915. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  3916. ^
  3917. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3918. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  3919. ^
  3920. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3921. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  3922. ^
  3923. CC drivers/pch/pch7.o
  3924. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  3925. from include/linux/bitops.h:123,
  3926. from include/common.h:20,
  3927. from drivers/pch/pch7.c:7:
  3928. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  3929. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3930. if (!(word & (~0ul << 32))) {
  3931. ^
  3932. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  3933. word <<= 32;
  3934. ^
  3935. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3936. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  3937. ^
  3938. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3939. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  3940. ^
  3941. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3942. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  3943. ^
  3944. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3945. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  3946. ^
  3947. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3948. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  3949. ^
  3950. CC drivers/pch/pch9.o
  3951. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  3952. from include/linux/bitops.h:123,
  3953. from include/common.h:20,
  3954. from drivers/pch/pch9.c:7:
  3955. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  3956. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3957. if (!(word & (~0ul << 32))) {
  3958. ^
  3959. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  3960. word <<= 32;
  3961. ^
  3962. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3963. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  3964. ^
  3965. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3966. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  3967. ^
  3968. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3969. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  3970. ^
  3971. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3972. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  3973. ^
  3974. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3975. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  3976. ^
  3977. LD drivers/pch/built-in.o
  3978. CC drivers/pcmcia/tqm8xx_pcmcia.o
  3979. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  3980. from include/linux/bitops.h:123,
  3981. from include/common.h:20,
  3982. from drivers/pcmcia/tqm8xx_pcmcia.c:5:
  3983. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  3984. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3985. if (!(word & (~0ul << 32))) {
  3986. ^
  3987. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  3988. word <<= 32;
  3989. ^
  3990. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3991. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  3992. ^
  3993. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3994. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  3995. ^
  3996. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  3997. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  3998. ^
  3999. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4000. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  4001. ^
  4002. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4003. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  4004. ^
  4005. LD drivers/pcmcia/built-in.o
  4006. LD drivers/pwm/built-in.o
  4007. CC drivers/rtc/rtc-uclass.o
  4008. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  4009. from include/linux/bitops.h:123,
  4010. from include/common.h:20,
  4011. from drivers/rtc/rtc-uclass.c:8:
  4012. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  4013. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4014. if (!(word & (~0ul << 32))) {
  4015. ^
  4016. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  4017. word <<= 32;
  4018. ^
  4019. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4020. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  4021. ^
  4022. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4023. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  4024. ^
  4025. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4026. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  4027. ^
  4028. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4029. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  4030. ^
  4031. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4032. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  4033. ^
  4034. CC drivers/rtc/date.o
  4035. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  4036. from include/linux/bitops.h:123,
  4037. from include/common.h:20,
  4038. from drivers/rtc/date.c:12:
  4039. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  4040. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4041. if (!(word & (~0ul << 32))) {
  4042. ^
  4043. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  4044. word <<= 32;
  4045. ^
  4046. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4047. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  4048. ^
  4049. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4050. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  4051. ^
  4052. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4053. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  4054. ^
  4055. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4056. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  4057. ^
  4058. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4059. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  4060. ^
  4061. CC drivers/rtc/mc146818.o
  4062. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  4063. from include/linux/bitops.h:123,
  4064. from include/common.h:20,
  4065. from drivers/rtc/mc146818.c:12:
  4066. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  4067. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4068. if (!(word & (~0ul << 32))) {
  4069. ^
  4070. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  4071. word <<= 32;
  4072. ^
  4073. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4074. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  4075. ^
  4076. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4077. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  4078. ^
  4079. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4080. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  4081. ^
  4082. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4083. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  4084. ^
  4085. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4086. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  4087. ^
  4088. LD drivers/rtc/built-in.o
  4089. LD drivers/soc/built-in.o
  4090. LD drivers/sound/built-in.o
  4091. LD drivers/spmi/built-in.o
  4092. LD drivers/thermal/built-in.o
  4093. CC drivers/timer/timer-uclass.o
  4094. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  4095. from include/linux/bitops.h:123,
  4096. from include/common.h:20,
  4097. from drivers/timer/timer-uclass.c:7:
  4098. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  4099. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4100. if (!(word & (~0ul << 32))) {
  4101. ^
  4102. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  4103. word <<= 32;
  4104. ^
  4105. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4106. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  4107. ^
  4108. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4109. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  4110. ^
  4111. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4112. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  4113. ^
  4114. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4115. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  4116. ^
  4117. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4118. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  4119. ^
  4120. CC drivers/timer/tsc_timer.o
  4121. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  4122. from include/linux/bitops.h:123,
  4123. from include/common.h:20,
  4124. from drivers/timer/tsc_timer.c:10:
  4125. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  4126. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4127. if (!(word & (~0ul << 32))) {
  4128. ^
  4129. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  4130. word <<= 32;
  4131. ^
  4132. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4133. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  4134. ^
  4135. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4136. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  4137. ^
  4138. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4139. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  4140. ^
  4141. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4142. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  4143. ^
  4144. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4145. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  4146. ^
  4147. LD drivers/timer/built-in.o
  4148. LD drivers/tpm/built-in.o
  4149. LD drivers/twserial/built-in.o
  4150. CC drivers/video/cfb_console.o
  4151. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  4152. from include/linux/bitops.h:123,
  4153. from include/common.h:20,
  4154. from drivers/video/cfb_console.c:83:
  4155. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  4156. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4157. if (!(word & (~0ul << 32))) {
  4158. ^
  4159. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  4160. word <<= 32;
  4161. ^
  4162. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4163. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  4164. ^
  4165. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4166. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  4167. ^
  4168. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4169. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  4170. ^
  4171. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4172. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  4173. ^
  4174. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4175. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  4176. ^
  4177. CC drivers/video/vesa_fb.o
  4178. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  4179. from include/linux/bitops.h:123,
  4180. from include/common.h:20,
  4181. from drivers/video/vesa_fb.c:9:
  4182. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  4183. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4184. if (!(word & (~0ul << 32))) {
  4185. ^
  4186. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  4187. word <<= 32;
  4188. ^
  4189. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4190. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  4191. ^
  4192. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4193. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  4194. ^
  4195. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4196. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  4197. ^
  4198. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4199. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  4200. ^
  4201. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4202. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  4203. ^
  4204. LD drivers/video/bridge/built-in.o
  4205. LD drivers/video/built-in.o
  4206. LD drivers/watchdog/built-in.o
  4207. LD drivers/built-in.o
  4208. LD drivers/dma/built-in.o
  4209. CC drivers/gpio/gpio-uclass.o
  4210. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  4211. from include/linux/bitops.h:123,
  4212. from include/common.h:20,
  4213. from drivers/gpio/gpio-uclass.c:7:
  4214. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  4215. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4216. if (!(word & (~0ul << 32))) {
  4217. ^
  4218. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  4219. word <<= 32;
  4220. ^
  4221. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4222. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  4223. ^
  4224. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4225. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  4226. ^
  4227. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4228. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  4229. ^
  4230. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4231. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  4232. ^
  4233. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4234. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  4235. ^
  4236. LD drivers/gpio/built-in.o
  4237. LD drivers/i2c/built-in.o
  4238. CC drivers/mmc/pci_mmc.o
  4239. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  4240. from include/linux/bitops.h:123,
  4241. from include/common.h:20,
  4242. from drivers/mmc/pci_mmc.c:8:
  4243. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  4244. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4245. if (!(word & (~0ul << 32))) {
  4246. ^
  4247. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  4248. word <<= 32;
  4249. ^
  4250. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4251. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  4252. ^
  4253. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4254. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  4255. ^
  4256. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4257. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  4258. ^
  4259. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4260. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  4261. ^
  4262. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4263. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  4264. ^
  4265. LD drivers/mmc/built-in.o
  4266. CC drivers/mtd/mtdcore.o
  4267. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  4268. from include/linux/bitops.h:123,
  4269. from include/common.h:20,
  4270. from include/ubi_uboot.h:17,
  4271. from drivers/mtd/mtdcore.c:31:
  4272. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  4273. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4274. if (!(word & (~0ul << 32))) {
  4275. ^
  4276. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  4277. word <<= 32;
  4278. ^
  4279. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4280. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  4281. ^
  4282. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4283. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  4284. ^
  4285. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4286. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  4287. ^
  4288. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4289. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  4290. ^
  4291. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4292. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  4293. ^
  4294. CC drivers/mtd/mtd_uboot.o
  4295. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  4296. from include/linux/bitops.h:123,
  4297. from include/common.h:20,
  4298. from drivers/mtd/mtd_uboot.c:7:
  4299. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  4300. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4301. if (!(word & (~0ul << 32))) {
  4302. ^
  4303. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  4304. word <<= 32;
  4305. ^
  4306. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4307. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  4308. ^
  4309. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4310. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  4311. ^
  4312. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4313. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  4314. ^
  4315. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4316. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  4317. ^
  4318. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4319. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  4320. ^
  4321. LD drivers/mtd/built-in.o
  4322. LD drivers/mtd/onenand/built-in.o
  4323. CC drivers/mtd/spi/sf-uclass.o
  4324. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  4325. from include/linux/bitops.h:123,
  4326. from include/common.h:20,
  4327. from drivers/mtd/spi/sf-uclass.c:7:
  4328. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  4329. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4330. if (!(word & (~0ul << 32))) {
  4331. ^
  4332. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  4333. word <<= 32;
  4334. ^
  4335. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4336. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  4337. ^
  4338. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4339. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  4340. ^
  4341. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4342. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  4343. ^
  4344. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4345. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  4346. ^
  4347. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4348. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  4349. ^
  4350. CC drivers/mtd/spi/sf_probe.o
  4351. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  4352. from include/linux/bitops.h:123,
  4353. from include/common.h:20,
  4354. from drivers/mtd/spi/sf_probe.c:11:
  4355. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  4356. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4357. if (!(word & (~0ul << 32))) {
  4358. ^
  4359. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  4360. word <<= 32;
  4361. ^
  4362. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4363. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  4364. ^
  4365. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4366. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  4367. ^
  4368. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4369. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  4370. ^
  4371. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4372. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  4373. ^
  4374. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4375. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  4376. ^
  4377. CC drivers/mtd/spi/spi_flash.o
  4378. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  4379. from include/linux/bitops.h:123,
  4380. from include/common.h:20,
  4381. from drivers/mtd/spi/spi_flash.c:12:
  4382. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  4383. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4384. if (!(word & (~0ul << 32))) {
  4385. ^
  4386. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  4387. word <<= 32;
  4388. ^
  4389. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4390. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  4391. ^
  4392. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4393. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  4394. ^
  4395. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4396. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  4397. ^
  4398. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4399. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  4400. ^
  4401. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4402. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  4403. ^
  4404. CC drivers/mtd/spi/sf_params.o
  4405. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  4406. from include/linux/bitops.h:123,
  4407. from include/common.h:20,
  4408. from drivers/mtd/spi/sf_params.c:9:
  4409. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  4410. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4411. if (!(word & (~0ul << 32))) {
  4412. ^
  4413. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  4414. word <<= 32;
  4415. ^
  4416. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4417. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  4418. ^
  4419. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4420. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  4421. ^
  4422. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4423. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  4424. ^
  4425. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4426. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  4427. ^
  4428. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4429. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  4430. ^
  4431. CC drivers/mtd/spi/sf.o
  4432. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  4433. from include/linux/bitops.h:123,
  4434. from include/common.h:20,
  4435. from drivers/mtd/spi/sf.c:10:
  4436. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  4437. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4438. if (!(word & (~0ul << 32))) {
  4439. ^
  4440. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  4441. word <<= 32;
  4442. ^
  4443. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4444. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  4445. ^
  4446. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4447. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  4448. ^
  4449. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4450. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  4451. ^
  4452. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4453. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  4454. ^
  4455. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4456. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  4457. ^
  4458. LD drivers/mtd/spi/built-in.o
  4459. CC drivers/net/e1000.o
  4460. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  4461. from include/linux/bitops.h:123,
  4462. from include/common.h:20,
  4463. from drivers/net/e1000.c:32:
  4464. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  4465. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4466. if (!(word & (~0ul << 32))) {
  4467. ^
  4468. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  4469. word <<= 32;
  4470. ^
  4471. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4472. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  4473. ^
  4474. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4475. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  4476. ^
  4477. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4478. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  4479. ^
  4480. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4481. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  4482. ^
  4483. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4484. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  4485. ^
  4486. LD drivers/net/built-in.o
  4487. LD drivers/net/phy/built-in.o
  4488. CC drivers/pci/pci_rom.o
  4489. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  4490. from include/linux/bitops.h:123,
  4491. from include/common.h:20,
  4492. from drivers/pci/pci_rom.c:26:
  4493. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  4494. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4495. if (!(word & (~0ul << 32))) {
  4496. ^
  4497. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  4498. word <<= 32;
  4499. ^
  4500. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4501. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  4502. ^
  4503. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4504. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  4505. ^
  4506. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4507. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  4508. ^
  4509. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4510. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  4511. ^
  4512. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4513. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  4514. ^
  4515. CC drivers/pci/pci-uclass.o
  4516. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  4517. from include/linux/bitops.h:123,
  4518. from include/common.h:20,
  4519. from drivers/pci/pci-uclass.c:8:
  4520. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  4521. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4522. if (!(word & (~0ul << 32))) {
  4523. ^
  4524. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  4525. word <<= 32;
  4526. ^
  4527. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4528. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  4529. ^
  4530. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4531. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  4532. ^
  4533. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4534. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  4535. ^
  4536. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4537. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  4538. ^
  4539. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4540. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  4541. ^
  4542. CC drivers/pci/pci_auto.o
  4543. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  4544. from include/linux/bitops.h:123,
  4545. from include/common.h:20,
  4546. from drivers/pci/pci_auto.c:11:
  4547. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  4548. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4549. if (!(word & (~0ul << 32))) {
  4550. ^
  4551. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  4552. word <<= 32;
  4553. ^
  4554. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4555. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  4556. ^
  4557. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4558. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  4559. ^
  4560. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4561. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  4562. ^
  4563. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4564. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  4565. ^
  4566. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4567. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  4568. ^
  4569. CC drivers/pci/pci_x86.o
  4570. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  4571. from include/linux/bitops.h:123,
  4572. from include/common.h:20,
  4573. from drivers/pci/pci_x86.c:7:
  4574. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  4575. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4576. if (!(word & (~0ul << 32))) {
  4577. ^
  4578. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  4579. word <<= 32;
  4580. ^
  4581. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4582. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  4583. ^
  4584. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4585. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  4586. ^
  4587. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4588. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  4589. ^
  4590. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4591. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  4592. ^
  4593. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4594. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  4595. ^
  4596. CC drivers/pci/pci_auto_common.o
  4597. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  4598. from include/linux/bitops.h:123,
  4599. from include/common.h:20,
  4600. from drivers/pci/pci_auto_common.c:15:
  4601. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  4602. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4603. if (!(word & (~0ul << 32))) {
  4604. ^
  4605. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  4606. word <<= 32;
  4607. ^
  4608. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4609. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  4610. ^
  4611. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4612. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  4613. ^
  4614. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4615. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  4616. ^
  4617. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4618. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  4619. ^
  4620. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4621. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  4622. ^
  4623. CC drivers/pci/pci_common.o
  4624. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  4625. from include/linux/bitops.h:123,
  4626. from include/common.h:20,
  4627. from drivers/pci/pci_common.c:13:
  4628. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  4629. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4630. if (!(word & (~0ul << 32))) {
  4631. ^
  4632. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  4633. word <<= 32;
  4634. ^
  4635. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4636. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  4637. ^
  4638. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4639. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  4640. ^
  4641. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4642. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  4643. ^
  4644. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4645. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  4646. ^
  4647. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4648. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  4649. ^
  4650. LD drivers/pci/built-in.o
  4651. LD drivers/power/built-in.o
  4652. LD drivers/power/battery/built-in.o
  4653. LD drivers/power/fuel_gauge/built-in.o
  4654. LD drivers/power/mfd/built-in.o
  4655. LD drivers/power/pmic/built-in.o
  4656. LD drivers/power/regulator/built-in.o
  4657. CC drivers/serial/serial-uclass.o
  4658. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  4659. from include/linux/bitops.h:123,
  4660. from include/common.h:20,
  4661. from drivers/serial/serial-uclass.c:7:
  4662. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  4663. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4664. if (!(word & (~0ul << 32))) {
  4665. ^
  4666. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  4667. word <<= 32;
  4668. ^
  4669. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4670. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  4671. ^
  4672. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4673. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  4674. ^
  4675. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4676. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  4677. ^
  4678. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4679. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  4680. ^
  4681. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4682. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  4683. ^
  4684. CC drivers/serial/ns16550.o
  4685. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  4686. from include/linux/bitops.h:123,
  4687. from include/common.h:20,
  4688. from drivers/serial/ns16550.c:7:
  4689. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  4690. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4691. if (!(word & (~0ul << 32))) {
  4692. ^
  4693. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  4694. word <<= 32;
  4695. ^
  4696. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4697. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  4698. ^
  4699. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4700. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  4701. ^
  4702. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4703. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  4704. ^
  4705. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4706. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  4707. ^
  4708. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4709. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  4710. ^
  4711. LD drivers/serial/built-in.o
  4712. CC drivers/spi/spi-uclass.o
  4713. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  4714. from include/linux/bitops.h:123,
  4715. from include/common.h:20,
  4716. from drivers/spi/spi-uclass.c:7:
  4717. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  4718. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4719. if (!(word & (~0ul << 32))) {
  4720. ^
  4721. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  4722. word <<= 32;
  4723. ^
  4724. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4725. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  4726. ^
  4727. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4728. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  4729. ^
  4730. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4731. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  4732. ^
  4733. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4734. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  4735. ^
  4736. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4737. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  4738. ^
  4739. LD drivers/spi/built-in.o
  4740. LD drivers/usb/dwc3/built-in.o
  4741. LD drivers/usb/emul/built-in.o
  4742. CC drivers/usb/eth/usb_ether.o
  4743. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  4744. from include/linux/bitops.h:123,
  4745. from include/common.h:20,
  4746. from drivers/usb/eth/usb_ether.c:7:
  4747. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  4748. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4749. if (!(word & (~0ul << 32))) {
  4750. ^
  4751. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  4752. word <<= 32;
  4753. ^
  4754. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4755. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  4756. ^
  4757. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4758. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  4759. ^
  4760. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4761. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  4762. ^
  4763. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4764. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  4765. ^
  4766. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4767. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  4768. ^
  4769. CC drivers/usb/eth/asix.o
  4770. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  4771. from include/linux/bitops.h:123,
  4772. from include/common.h:20,
  4773. from drivers/usb/eth/asix.c:9:
  4774. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  4775. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4776. if (!(word & (~0ul << 32))) {
  4777. ^
  4778. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  4779. word <<= 32;
  4780. ^
  4781. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4782. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  4783. ^
  4784. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4785. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  4786. ^
  4787. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4788. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  4789. ^
  4790. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4791. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  4792. ^
  4793. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4794. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  4795. ^
  4796. CC drivers/usb/eth/smsc95xx.o
  4797. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  4798. from include/linux/bitops.h:123,
  4799. from include/common.h:20,
  4800. from drivers/usb/eth/smsc95xx.c:10:
  4801. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  4802. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4803. if (!(word & (~0ul << 32))) {
  4804. ^
  4805. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  4806. word <<= 32;
  4807. ^
  4808. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4809. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  4810. ^
  4811. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4812. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  4813. ^
  4814. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4815. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  4816. ^
  4817. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4818. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  4819. ^
  4820. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4821. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  4822. ^
  4823. LD drivers/usb/eth/built-in.o
  4824. LD drivers/usb/gadget/built-in.o
  4825. LD drivers/usb/gadget/udc/built-in.o
  4826. CC drivers/usb/host/usb-uclass.o
  4827. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  4828. from include/linux/bitops.h:123,
  4829. from include/common.h:20,
  4830. from drivers/usb/host/usb-uclass.c:10:
  4831. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  4832. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4833. if (!(word & (~0ul << 32))) {
  4834. ^
  4835. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  4836. word <<= 32;
  4837. ^
  4838. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4839. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  4840. ^
  4841. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4842. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  4843. ^
  4844. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4845. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  4846. ^
  4847. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4848. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  4849. ^
  4850. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4851. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  4852. ^
  4853. CC drivers/usb/host/ehci-hcd.o
  4854. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  4855. from include/linux/bitops.h:123,
  4856. from include/common.h:20,
  4857. from drivers/usb/host/ehci-hcd.c:10:
  4858. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  4859. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4860. if (!(word & (~0ul << 32))) {
  4861. ^
  4862. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  4863. word <<= 32;
  4864. ^
  4865. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4866. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  4867. ^
  4868. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4869. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  4870. ^
  4871. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4872. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  4873. ^
  4874. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4875. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  4876. ^
  4877. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4878. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  4879. ^
  4880. CC drivers/usb/host/ehci-pci.o
  4881. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  4882. from include/linux/bitops.h:123,
  4883. from include/common.h:20,
  4884. from drivers/usb/host/ehci-pci.c:8:
  4885. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  4886. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4887. if (!(word & (~0ul << 32))) {
  4888. ^
  4889. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  4890. word <<= 32;
  4891. ^
  4892. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4893. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  4894. ^
  4895. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4896. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  4897. ^
  4898. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4899. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  4900. ^
  4901. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4902. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  4903. ^
  4904. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4905. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  4906. ^
  4907. LD drivers/usb/host/built-in.o
  4908. LD drivers/usb/musb-new/built-in.o
  4909. LD drivers/usb/musb/built-in.o
  4910. LD drivers/usb/phy/built-in.o
  4911. LD drivers/usb/ulpi/built-in.o
  4912. CC fs/fs.o
  4913. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  4914. from include/linux/bitops.h:123,
  4915. from include/common.h:20,
  4916. from fs/fs.c:9:
  4917. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  4918. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4919. if (!(word & (~0ul << 32))) {
  4920. ^
  4921. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  4922. word <<= 32;
  4923. ^
  4924. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4925. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  4926. ^
  4927. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4928. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  4929. ^
  4930. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4931. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  4932. ^
  4933. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4934. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  4935. ^
  4936. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4937. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  4938. ^
  4939. CC fs/ext4/ext4fs.o
  4940. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  4941. from include/linux/bitops.h:123,
  4942. from include/common.h:20,
  4943. from fs/ext4/ext4fs.c:24:
  4944. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  4945. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4946. if (!(word & (~0ul << 32))) {
  4947. ^
  4948. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  4949. word <<= 32;
  4950. ^
  4951. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4952. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  4953. ^
  4954. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4955. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  4956. ^
  4957. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4958. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  4959. ^
  4960. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4961. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  4962. ^
  4963. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4964. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  4965. ^
  4966. CC fs/ext4/ext4_common.o
  4967. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  4968. from include/linux/bitops.h:123,
  4969. from include/common.h:20,
  4970. from fs/ext4/ext4_common.c:22:
  4971. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  4972. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4973. if (!(word & (~0ul << 32))) {
  4974. ^
  4975. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  4976. word <<= 32;
  4977. ^
  4978. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4979. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  4980. ^
  4981. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4982. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  4983. ^
  4984. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4985. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  4986. ^
  4987. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4988. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  4989. ^
  4990. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  4991. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  4992. ^
  4993. CC fs/ext4/dev.o
  4994. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  4995. from include/linux/bitops.h:123,
  4996. from include/common.h:20,
  4997. from fs/ext4/dev.c:26:
  4998. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  4999. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5000. if (!(word & (~0ul << 32))) {
  5001. ^
  5002. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  5003. word <<= 32;
  5004. ^
  5005. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5006. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  5007. ^
  5008. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5009. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  5010. ^
  5011. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5012. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  5013. ^
  5014. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5015. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  5016. ^
  5017. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5018. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  5019. ^
  5020. CC fs/ext4/ext4_write.o
  5021. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  5022. from include/linux/bitops.h:123,
  5023. from include/common.h:20,
  5024. from fs/ext4/ext4_write.c:25:
  5025. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  5026. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5027. if (!(word & (~0ul << 32))) {
  5028. ^
  5029. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  5030. word <<= 32;
  5031. ^
  5032. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5033. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  5034. ^
  5035. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5036. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  5037. ^
  5038. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5039. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  5040. ^
  5041. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5042. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  5043. ^
  5044. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5045. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  5046. ^
  5047. CC fs/ext4/ext4_journal.o
  5048. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  5049. from include/linux/bitops.h:123,
  5050. from include/common.h:20,
  5051. from fs/ext4/ext4_journal.c:16:
  5052. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  5053. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5054. if (!(word & (~0ul << 32))) {
  5055. ^
  5056. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  5057. word <<= 32;
  5058. ^
  5059. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5060. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  5061. ^
  5062. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5063. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  5064. ^
  5065. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5066. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  5067. ^
  5068. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5069. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  5070. ^
  5071. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5072. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  5073. ^
  5074. CC fs/ext4/crc16.o
  5075. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  5076. from include/linux/bitops.h:123,
  5077. from include/common.h:20,
  5078. from fs/ext4/crc16.c:8:
  5079. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  5080. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5081. if (!(word & (~0ul << 32))) {
  5082. ^
  5083. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  5084. word <<= 32;
  5085. ^
  5086. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5087. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  5088. ^
  5089. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5090. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  5091. ^
  5092. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5093. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  5094. ^
  5095. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5096. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  5097. ^
  5098. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5099. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  5100. ^
  5101. LD fs/ext4/built-in.o
  5102. CC fs/fat/fat.o
  5103. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  5104. from include/linux/bitops.h:123,
  5105. from include/common.h:20,
  5106. from fs/fat/fat.c:12:
  5107. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  5108. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5109. if (!(word & (~0ul << 32))) {
  5110. ^
  5111. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  5112. word <<= 32;
  5113. ^
  5114. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5115. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  5116. ^
  5117. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5118. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  5119. ^
  5120. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5121. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  5122. ^
  5123. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5124. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  5125. ^
  5126. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5127. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  5128. ^
  5129. CC fs/fat/file.o
  5130. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  5131. from include/linux/bitops.h:123,
  5132. from include/common.h:20,
  5133. from fs/fat/file.c:12:
  5134. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  5135. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5136. if (!(word & (~0ul << 32))) {
  5137. ^
  5138. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  5139. word <<= 32;
  5140. ^
  5141. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5142. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  5143. ^
  5144. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5145. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  5146. ^
  5147. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5148. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  5149. ^
  5150. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5151. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  5152. ^
  5153. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5154. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  5155. ^
  5156. LD fs/fat/built-in.o
  5157. LD fs/built-in.o
  5158. CC lib/efi/efi_info.o
  5159. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  5160. from include/linux/bitops.h:123,
  5161. from include/common.h:20,
  5162. from lib/efi/efi_info.c:9:
  5163. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  5164. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5165. if (!(word & (~0ul << 32))) {
  5166. ^
  5167. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  5168. word <<= 32;
  5169. ^
  5170. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5171. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  5172. ^
  5173. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5174. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  5175. ^
  5176. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5177. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  5178. ^
  5179. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5180. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  5181. ^
  5182. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5183. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  5184. ^
  5185. LD lib/efi/built-in.o
  5186. CC lib/efi/efi_stub.o
  5187. CC lib/efi/efi.o
  5188. CC lib/libfdt/fdt.o
  5189. CC lib/libfdt/fdt_ro.o
  5190. CC lib/libfdt/fdt_rw.o
  5191. CC lib/libfdt/fdt_strerror.o
  5192. CC lib/libfdt/fdt_sw.o
  5193. CC lib/libfdt/fdt_wip.o
  5194. CC lib/libfdt/fdt_empty_tree.o
  5195. CC lib/libfdt/fdt_addresses.o
  5196. CC lib/libfdt/fdt_region.o
  5197. LD lib/libfdt/built-in.o
  5198. CC lib/lzo/lzo1x_decompress.o
  5199. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  5200. from include/linux/bitops.h:123,
  5201. from include/common.h:20,
  5202. from lib/lzo/lzo1x_decompress.c:14:
  5203. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  5204. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5205. if (!(word & (~0ul << 32))) {
  5206. ^
  5207. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  5208. word <<= 32;
  5209. ^
  5210. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5211. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  5212. ^
  5213. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5214. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  5215. ^
  5216. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5217. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  5218. ^
  5219. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5220. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  5221. ^
  5222. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5223. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  5224. ^
  5225. LD lib/lzo/built-in.o
  5226. CC lib/crc7.o
  5227. CC lib/crc8.o
  5228. CC lib/crc16.o
  5229. CC lib/fdtdec_common.o
  5230. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  5231. from include/linux/bitops.h:123,
  5232. from include/common.h:20,
  5233. from lib/fdtdec_common.c:12:
  5234. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  5235. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5236. if (!(word & (~0ul << 32))) {
  5237. ^
  5238. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  5239. word <<= 32;
  5240. ^
  5241. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5242. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  5243. ^
  5244. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5245. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  5246. ^
  5247. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5248. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  5249. ^
  5250. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5251. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  5252. ^
  5253. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5254. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  5255. ^
  5256. CC lib/fdtdec.o
  5257. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  5258. from include/linux/bitops.h:123,
  5259. from include/common.h:20,
  5260. from lib/fdtdec.c:7:
  5261. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  5262. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5263. if (!(word & (~0ul << 32))) {
  5264. ^
  5265. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  5266. word <<= 32;
  5267. ^
  5268. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5269. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  5270. ^
  5271. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5272. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  5273. ^
  5274. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5275. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  5276. ^
  5277. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5278. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  5279. ^
  5280. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5281. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  5282. ^
  5283. CC lib/initcall.o
  5284. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  5285. from include/linux/bitops.h:123,
  5286. from include/common.h:20,
  5287. from lib/initcall.c:7:
  5288. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  5289. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5290. if (!(word & (~0ul << 32))) {
  5291. ^
  5292. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  5293. word <<= 32;
  5294. ^
  5295. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5296. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  5297. ^
  5298. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5299. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  5300. ^
  5301. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5302. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  5303. ^
  5304. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5305. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  5306. ^
  5307. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5308. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  5309. ^
  5310. CC lib/lmb.o
  5311. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  5312. from include/linux/bitops.h:123,
  5313. from include/common.h:20,
  5314. from lib/lmb.c:10:
  5315. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  5316. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5317. if (!(word & (~0ul << 32))) {
  5318. ^
  5319. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  5320. word <<= 32;
  5321. ^
  5322. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5323. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  5324. ^
  5325. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5326. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  5327. ^
  5328. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5329. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  5330. ^
  5331. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5332. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  5333. ^
  5334. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5335. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  5336. ^
  5337. CC lib/ldiv.o
  5338. CC lib/md5.o
  5339. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  5340. from include/linux/bitops.h:123,
  5341. from include/common.h:20,
  5342. from lib/md5.c:31:
  5343. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  5344. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5345. if (!(word & (~0ul << 32))) {
  5346. ^
  5347. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  5348. word <<= 32;
  5349. ^
  5350. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5351. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  5352. ^
  5353. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5354. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  5355. ^
  5356. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5357. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  5358. ^
  5359. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5360. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  5361. ^
  5362. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5363. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  5364. ^
  5365. CC lib/net_utils.o
  5366. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  5367. from include/linux/bitops.h:123,
  5368. from include/common.h:20,
  5369. from lib/net_utils.c:13:
  5370. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  5371. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5372. if (!(word & (~0ul << 32))) {
  5373. ^
  5374. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  5375. word <<= 32;
  5376. ^
  5377. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5378. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  5379. ^
  5380. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5381. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  5382. ^
  5383. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5384. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  5385. ^
  5386. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5387. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  5388. ^
  5389. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5390. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  5391. ^
  5392. CC lib/physmem.o
  5393. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  5394. from include/linux/bitops.h:123,
  5395. from include/common.h:20,
  5396. from lib/physmem.c:11:
  5397. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  5398. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5399. if (!(word & (~0ul << 32))) {
  5400. ^
  5401. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  5402. word <<= 32;
  5403. ^
  5404. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5405. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  5406. ^
  5407. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5408. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  5409. ^
  5410. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5411. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  5412. ^
  5413. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5414. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  5415. ^
  5416. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5417. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  5418. ^
  5419. CC lib/qsort.o
  5420. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  5421. from include/linux/bitops.h:123,
  5422. from include/common.h:20,
  5423. from lib/qsort.c:19:
  5424. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  5425. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5426. if (!(word & (~0ul << 32))) {
  5427. ^
  5428. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  5429. word <<= 32;
  5430. ^
  5431. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5432. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  5433. ^
  5434. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5435. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  5436. ^
  5437. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5438. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  5439. ^
  5440. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5441. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  5442. ^
  5443. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5444. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  5445. ^
  5446. CC lib/rc4.o
  5447. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  5448. from include/linux/bitops.h:123,
  5449. from include/common.h:20,
  5450. from lib/rc4.c:12:
  5451. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  5452. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5453. if (!(word & (~0ul << 32))) {
  5454. ^
  5455. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  5456. word <<= 32;
  5457. ^
  5458. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5459. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  5460. ^
  5461. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5462. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  5463. ^
  5464. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5465. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  5466. ^
  5467. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5468. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  5469. ^
  5470. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5471. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  5472. ^
  5473. CC lib/sha1.o
  5474. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  5475. from include/linux/bitops.h:123,
  5476. from include/common.h:20,
  5477. from lib/sha1.c:21:
  5478. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  5479. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5480. if (!(word & (~0ul << 32))) {
  5481. ^
  5482. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  5483. word <<= 32;
  5484. ^
  5485. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5486. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  5487. ^
  5488. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5489. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  5490. ^
  5491. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5492. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  5493. ^
  5494. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5495. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  5496. ^
  5497. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5498. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  5499. ^
  5500. CC lib/sha256.o
  5501. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  5502. from include/linux/bitops.h:123,
  5503. from include/common.h:20,
  5504. from lib/sha256.c:10:
  5505. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  5506. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5507. if (!(word & (~0ul << 32))) {
  5508. ^
  5509. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  5510. word <<= 32;
  5511. ^
  5512. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5513. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  5514. ^
  5515. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5516. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  5517. ^
  5518. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5519. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  5520. ^
  5521. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5522. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  5523. ^
  5524. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5525. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  5526. ^
  5527. CC lib/strmhz.o
  5528. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  5529. from include/linux/bitops.h:123,
  5530. from include/common.h:20,
  5531. from lib/strmhz.c:7:
  5532. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  5533. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5534. if (!(word & (~0ul << 32))) {
  5535. ^
  5536. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  5537. word <<= 32;
  5538. ^
  5539. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5540. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  5541. ^
  5542. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5543. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  5544. ^
  5545. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5546. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  5547. ^
  5548. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5549. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  5550. ^
  5551. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5552. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  5553. ^
  5554. CC lib/list_sort.o
  5555. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  5556. from include/linux/bitops.h:123,
  5557. from include/common.h:20,
  5558. from lib/list_sort.c:7:
  5559. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  5560. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5561. if (!(word & (~0ul << 32))) {
  5562. ^
  5563. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  5564. word <<= 32;
  5565. ^
  5566. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5567. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  5568. ^
  5569. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5570. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  5571. ^
  5572. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5573. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  5574. ^
  5575. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5576. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  5577. ^
  5578. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5579. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  5580. ^
  5581. CC lib/hashtable.o
  5582. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  5583. from include/linux/bitops.h:123,
  5584. from include/common.h:20,
  5585. from lib/hashtable.c:32:
  5586. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  5587. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5588. if (!(word & (~0ul << 32))) {
  5589. ^
  5590. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  5591. word <<= 32;
  5592. ^
  5593. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5594. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  5595. ^
  5596. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5597. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  5598. ^
  5599. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5600. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  5601. ^
  5602. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5603. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  5604. ^
  5605. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5606. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  5607. ^
  5608. CC lib/errno.o
  5609. CC lib/display_options.o
  5610. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  5611. from include/linux/bitops.h:123,
  5612. from include/common.h:20,
  5613. from lib/display_options.c:8:
  5614. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  5615. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5616. if (!(word & (~0ul << 32))) {
  5617. ^
  5618. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  5619. word <<= 32;
  5620. ^
  5621. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5622. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  5623. ^
  5624. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5625. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  5626. ^
  5627. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5628. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  5629. ^
  5630. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5631. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  5632. ^
  5633. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5634. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  5635. ^
  5636. CC lib/crc32.o
  5637. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  5638. from include/linux/bitops.h:123,
  5639. from include/common.h:20,
  5640. from lib/crc32.c:14:
  5641. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  5642. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5643. if (!(word & (~0ul << 32))) {
  5644. ^
  5645. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  5646. word <<= 32;
  5647. ^
  5648. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5649. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  5650. ^
  5651. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5652. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  5653. ^
  5654. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5655. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  5656. ^
  5657. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5658. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  5659. ^
  5660. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5661. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  5662. ^
  5663. CC lib/ctype.o
  5664. CC lib/div64.o
  5665. CC lib/hang.o
  5666. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  5667. from include/linux/bitops.h:123,
  5668. from include/common.h:20,
  5669. from lib/hang.c:11:
  5670. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  5671. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5672. if (!(word & (~0ul << 32))) {
  5673. ^
  5674. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  5675. word <<= 32;
  5676. ^
  5677. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5678. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  5679. ^
  5680. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5681. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  5682. ^
  5683. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5684. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  5685. ^
  5686. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5687. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  5688. ^
  5689. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5690. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  5691. ^
  5692. CC lib/linux_compat.o
  5693. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  5694. from include/linux/bitops.h:123,
  5695. from include/common.h:20,
  5696. from lib/linux_compat.c:2:
  5697. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  5698. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5699. if (!(word & (~0ul << 32))) {
  5700. ^
  5701. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  5702. word <<= 32;
  5703. ^
  5704. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5705. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  5706. ^
  5707. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5708. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  5709. ^
  5710. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5711. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  5712. ^
  5713. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5714. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  5715. ^
  5716. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5717. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  5718. ^
  5719. CC lib/linux_string.o
  5720. CC lib/membuff.o
  5721. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  5722. from include/linux/bitops.h:123,
  5723. from include/common.h:20,
  5724. from lib/membuff.c:10:
  5725. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  5726. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5727. if (!(word & (~0ul << 32))) {
  5728. ^
  5729. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  5730. word <<= 32;
  5731. ^
  5732. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5733. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  5734. ^
  5735. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5736. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  5737. ^
  5738. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5739. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  5740. ^
  5741. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5742. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  5743. ^
  5744. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5745. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  5746. ^
  5747. CC lib/slre.o
  5748. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  5749. from include/linux/bitops.h:123,
  5750. from include/common.h:20,
  5751. from lib/slre.c:23:
  5752. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  5753. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5754. if (!(word & (~0ul << 32))) {
  5755. ^
  5756. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  5757. word <<= 32;
  5758. ^
  5759. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5760. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  5761. ^
  5762. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5763. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  5764. ^
  5765. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5766. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  5767. ^
  5768. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5769. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  5770. ^
  5771. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5772. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  5773. ^
  5774. CC lib/string.o
  5775. CC lib/time.o
  5776. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  5777. from include/linux/bitops.h:123,
  5778. from include/common.h:20,
  5779. from lib/time.c:8:
  5780. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  5781. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5782. if (!(word & (~0ul << 32))) {
  5783. ^
  5784. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  5785. word <<= 32;
  5786. ^
  5787. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5788. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  5789. ^
  5790. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5791. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  5792. ^
  5793. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5794. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  5795. ^
  5796. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5797. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  5798. ^
  5799. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5800. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  5801. ^
  5802. CC lib/uuid.o
  5803. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  5804. from include/linux/bitops.h:123,
  5805. from include/common.h:20,
  5806. from lib/uuid.c:7:
  5807. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  5808. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5809. if (!(word & (~0ul << 32))) {
  5810. ^
  5811. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  5812. word <<= 32;
  5813. ^
  5814. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5815. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  5816. ^
  5817. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5818. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  5819. ^
  5820. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5821. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  5822. ^
  5823. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5824. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  5825. ^
  5826. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5827. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  5828. ^
  5829. CC lib/vsprintf.o
  5830. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  5831. from include/linux/bitops.h:123,
  5832. from include/common.h:20,
  5833. from lib/vsprintf.c:19:
  5834. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  5835. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5836. if (!(word & (~0ul << 32))) {
  5837. ^
  5838. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  5839. word <<= 32;
  5840. ^
  5841. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5842. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  5843. ^
  5844. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5845. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  5846. ^
  5847. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5848. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  5849. ^
  5850. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5851. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  5852. ^
  5853. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5854. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  5855. ^
  5856. CC lib/panic.o
  5857. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  5858. from include/linux/bitops.h:123,
  5859. from include/common.h:20,
  5860. from lib/panic.c:12:
  5861. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  5862. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5863. if (!(word & (~0ul << 32))) {
  5864. ^
  5865. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  5866. word <<= 32;
  5867. ^
  5868. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5869. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  5870. ^
  5871. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5872. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  5873. ^
  5874. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5875. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  5876. ^
  5877. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5878. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  5879. ^
  5880. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5881. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  5882. ^
  5883. CC lib/strto.o
  5884. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  5885. from include/linux/bitops.h:123,
  5886. from include/common.h:20,
  5887. from lib/strto.c:12:
  5888. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  5889. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5890. if (!(word & (~0ul << 32))) {
  5891. ^
  5892. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  5893. word <<= 32;
  5894. ^
  5895. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5896. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  5897. ^
  5898. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5899. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  5900. ^
  5901. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5902. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  5903. ^
  5904. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5905. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  5906. ^
  5907. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5908. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  5909. ^
  5910. LD lib/built-in.o
  5911. CC net/checksum.o
  5912. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  5913. from include/linux/bitops.h:123,
  5914. from include/common.h:20,
  5915. from net/checksum.c:11:
  5916. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  5917. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5918. if (!(word & (~0ul << 32))) {
  5919. ^
  5920. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  5921. word <<= 32;
  5922. ^
  5923. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5924. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  5925. ^
  5926. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5927. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  5928. ^
  5929. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5930. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  5931. ^
  5932. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5933. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  5934. ^
  5935. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5936. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  5937. ^
  5938. CC net/arp.o
  5939. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  5940. from include/linux/bitops.h:123,
  5941. from include/common.h:20,
  5942. from net/arp.c:12:
  5943. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  5944. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5945. if (!(word & (~0ul << 32))) {
  5946. ^
  5947. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  5948. word <<= 32;
  5949. ^
  5950. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5951. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  5952. ^
  5953. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5954. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  5955. ^
  5956. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5957. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  5958. ^
  5959. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5960. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  5961. ^
  5962. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5963. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  5964. ^
  5965. CC net/bootp.o
  5966. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  5967. from include/linux/bitops.h:123,
  5968. from include/common.h:20,
  5969. from net/bootp.c:11:
  5970. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  5971. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5972. if (!(word & (~0ul << 32))) {
  5973. ^
  5974. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  5975. word <<= 32;
  5976. ^
  5977. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5978. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  5979. ^
  5980. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5981. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  5982. ^
  5983. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5984. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  5985. ^
  5986. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5987. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  5988. ^
  5989. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5990. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  5991. ^
  5992. CC net/eth-uclass.o
  5993. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  5994. from include/linux/bitops.h:123,
  5995. from include/common.h:20,
  5996. from net/eth-uclass.c:9:
  5997. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  5998. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  5999. if (!(word & (~0ul << 32))) {
  6000. ^
  6001. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  6002. word <<= 32;
  6003. ^
  6004. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  6005. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  6006. ^
  6007. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  6008. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  6009. ^
  6010. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  6011. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  6012. ^
  6013. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  6014. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  6015. ^
  6016. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  6017. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  6018. ^
  6019. CC net/eth_common.o
  6020. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  6021. from include/linux/bitops.h:123,
  6022. from include/common.h:20,
  6023. from net/eth_common.c:9:
  6024. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  6025. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  6026. if (!(word & (~0ul << 32))) {
  6027. ^
  6028. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  6029. word <<= 32;
  6030. ^
  6031. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  6032. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  6033. ^
  6034. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  6035. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  6036. ^
  6037. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  6038. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  6039. ^
  6040. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  6041. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  6042. ^
  6043. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  6044. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  6045. ^
  6046. CC net/net.o
  6047. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  6048. from include/linux/bitops.h:123,
  6049. from include/common.h:20,
  6050. from net/net.c:84:
  6051. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  6052. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  6053. if (!(word & (~0ul << 32))) {
  6054. ^
  6055. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  6056. word <<= 32;
  6057. ^
  6058. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  6059. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  6060. ^
  6061. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  6062. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  6063. ^
  6064. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  6065. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  6066. ^
  6067. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  6068. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  6069. ^
  6070. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  6071. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  6072. ^
  6073. CC net/ping.o
  6074. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  6075. from include/linux/bitops.h:123,
  6076. from include/common.h:20,
  6077. from net/ping.h:15,
  6078. from net/ping.c:12:
  6079. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  6080. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  6081. if (!(word & (~0ul << 32))) {
  6082. ^
  6083. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  6084. word <<= 32;
  6085. ^
  6086. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  6087. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  6088. ^
  6089. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  6090. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  6091. ^
  6092. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  6093. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  6094. ^
  6095. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  6096. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  6097. ^
  6098. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  6099. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  6100. ^
  6101. CC net/tftp.o
  6102. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  6103. from include/linux/bitops.h:123,
  6104. from include/common.h:20,
  6105. from net/tftp.c:9:
  6106. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  6107. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  6108. if (!(word & (~0ul << 32))) {
  6109. ^
  6110. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  6111. word <<= 32;
  6112. ^
  6113. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  6114. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  6115. ^
  6116. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  6117. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  6118. ^
  6119. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  6120. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  6121. ^
  6122. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  6123. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  6124. ^
  6125. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  6126. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  6127. ^
  6128. LD net/built-in.o
  6129. LD test/built-in.o
  6130. CC test/dm/cmd_dm.o
  6131. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  6132. from include/linux/bitops.h:123,
  6133. from include/common.h:20,
  6134. from test/dm/cmd_dm.c:10:
  6135. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  6136. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  6137. if (!(word & (~0ul << 32))) {
  6138. ^
  6139. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  6140. word <<= 32;
  6141. ^
  6142. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  6143. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  6144. ^
  6145. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  6146. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  6147. ^
  6148. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  6149. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  6150. ^
  6151. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  6152. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  6153. ^
  6154. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  6155. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  6156. ^
  6157. LD test/dm/built-in.o
  6158. CC examples/standalone/stubs.o
  6159. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  6160. from include/linux/bitops.h:123,
  6161. from include/common.h:20,
  6162. from examples/standalone/stubs.c:1:
  6163. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  6164. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  6165. if (!(word & (~0ul << 32))) {
  6166. ^
  6167. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  6168. word <<= 32;
  6169. ^
  6170. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  6171. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  6172. ^
  6173. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  6174. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  6175. ^
  6176. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  6177. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  6178. ^
  6179. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  6180. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  6181. ^
  6182. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  6183. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  6184. ^
  6185. LD examples/standalone/libstubs.o
  6186. CC examples/standalone/hello_world.o
  6187. In file included from ./arch/x86/include/asm/bitops.h:18:0,
  6188. from include/linux/bitops.h:123,
  6189. from include/common.h:20,
  6190. from examples/standalone/hello_world.c:8:
  6191. include/asm-generic/bitops/__fls.h: In function ‘__fls’:
  6192. include/asm-generic/bitops/__fls.h:17:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  6193. if (!(word & (~0ul << 32))) {
  6194. ^
  6195. include/asm-generic/bitops/__fls.h:19:8: warning: left shift count >= width of type [-Wshift-count-overflow]
  6196. word <<= 32;
  6197. ^
  6198. include/asm-generic/bitops/__fls.h:22:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  6199. if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
  6200. ^
  6201. include/asm-generic/bitops/__fls.h:26:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  6202. if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
  6203. ^
  6204. include/asm-generic/bitops/__fls.h:30:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  6205. if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
  6206. ^
  6207. include/asm-generic/bitops/__fls.h:34:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  6208. if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
  6209. ^
  6210. include/asm-generic/bitops/__fls.h:38:21: warning: left shift count >= width of type [-Wshift-count-overflow]
  6211. if (!(word & (~0ul << (BITS_PER_LONG-1))))
  6212. ^
  6213. LD examples/standalone/hello_world
  6214. OBJCOPY examples/standalone/hello_world.srec
  6215. OBJCOPY examples/standalone/hello_world.bin
  6216. LDS u-boot.lds
  6217. LD u-boot
  6218. OBJCOPY u-boot.srec
  6219. OBJCOPY u-boot-nodtb.bin
  6220. DTC arch/x86/dts/bayleybay.dtb
  6221. DTC arch/x86/dts/chromebook_link.dtb
  6222. DTC arch/x86/dts/chromebox_panther.dtb
  6223. DTC arch/x86/dts/chromebook_samus.dtb
  6224. DTC arch/x86/dts/conga-qeval20-qa3-e3845.dtb
  6225. DTC arch/x86/dts/cougarcanyon2.dtb
  6226. DTC arch/x86/dts/crownbay.dtb
  6227. DTC arch/x86/dts/efi.dtb
  6228. DTC arch/x86/dts/galileo.dtb
  6229. DTC arch/x86/dts/minnowmax.dtb
  6230. DTC arch/x86/dts/qemu-x86_i440fx.dtb
  6231. DTC arch/x86/dts/qemu-x86_q35.dtb
  6232. DTC arch/x86/dts/broadwell_som-6896.dtb
  6233. SHIPPED dts/dt.dtb
  6234. CAT u-boot-dtb.bin
  6235. COPY u-boot.bin
  6236. SYM u-boot.sym
  6237. CFG u-boot.cfg
  6238. COPY u-boot.dtb
  6239. OBJCOPY u-boot.bin.o
  6240. LDS u-boot-payload.lds
  6241. LD u-boot-payload
  6242. lib/efi/efi_stub.o: In function `efi_main':
  6243. /home/user/workspace/u-boot/lib/efi/efi_stub.c:357: undefined reference to `_binary_u_boot_dtb_bin_start'
  6244. /home/user/workspace/u-boot/lib/efi/efi_stub.c:357: undefined reference to `_binary_u_boot_dtb_bin_end'
  6245. Makefile:1121: recipe for target 'u-boot-payload' failed
  6246. make: *** [u-boot-payload] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement