~vorlon/ubuntu/natty/eglibc/multiarch

« back to all changes in this revision

Viewing changes to sysdeps/powerpc/powerpc32/rtld-memset.c

  • Committer: Steve Langasek
  • Date: 2011-02-18 21:18:44 UTC
  • mfrom: (103.1.7 eglibc)
  • Revision ID: steve.langasek@linaro.org-20110218211844-lodmi8b1qhyq3f3x
Tags: 2.13~pre1-0ubuntu1+multiarch.1
merge from natty

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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>