Blame sysdeps/powerpc/powerpc32/rtld-memset.c

Packit Service 82fcde
/* PPCA2 has a different cache-line size than the usual 128 bytes.  To avoid
Packit Service 82fcde
   using code that assumes cache-line size to be 128 bytes (with dcbz
Packit Service 82fcde
   instructions) we use the generic code instead.  */
Packit Service 82fcde
#include <string/memset.c>