Skip to content
Success

#22523 (Jul 31, 2026, 6:55:54 PM)

Started 1 day 3 hr ago
Took 1 hr 2 min on build5-deb12build-ansible

Started by upstream project gerrit-libosmocore build number 2400
originally caused by:

This run spent:

  • 7.9 sec waiting;
  • 1 hr 2 min build duration;
  • 1 hr 2 min total from scheduled to completion.
Revision: e44ef1837b1fb6bd6815232e5258fc2708048450
Repository: $GERRIT_REPO_URL
  • master
linuxlist: drop no-op prefetch() calls

prefetch() has always been a no-op stub in this header so calling
it buys nothing at runtime.  Drop all call sites and remove the
now-dead stub itself.

The macro was copied over from the Linux kernel, where prefetch()
is a real, arch-specific cache prefetch hint; here it never was
anything but an empty inline function.

Change-Id: Id84973330df44b4efdd1bd85e4b7c3cb88642f92
Related: OS#7036, OS#6858
Vadim Yanitskiy at