On Wed, 07 May 2025 14:12:42 +0200, Rasmus Villemoes wrote: > While looking through list.h, I saw that the regular list_* helpers > (and one of the hlist_* ones) still contain the prefetch() that was > removed in linux 14 years ago. It doesn't do anything, but makes the > macros harder to read, so get rid of it, and the fallback, no-op > definition that they relied on. That requires removing a few uses > outside list.h as well. > > [...]
Applied to u-boot/next, thanks! [1/4] linux/list.h: drop use of prefetch() commit: c1c2b5c6a4c09fe57933b70ec6289795f732ac83 [2/4] treewide: drop no-op prefetch() calls commit: f5fa73a625f671152aa65be4b039060f8baed4cc [3/4] mips: drop unused prefetch code and logic commit: f0ba1435a8eee45138353f6114ae658e3802dc9d [4/4] linux/list.h: drop fallback definition of prefetch() commit: 1d19bbcb68280814952bdc18d7dec6d083b2c0ef -- Tom