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

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