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