powerpc/32: Merge the new memset() with the old one
authorLEROY Christophe <christophe.leroy@c-s.fr>
Tue, 19 May 2015 10:07:52 +0000 (12:07 +0200)
committerScott Wood <scottwood@freescale.com>
Sat, 8 Aug 2015 03:59:24 +0000 (22:59 -0500)
cacheable_memzero() which has become the new memset() and the old
memset() are quite similar, so just merge them.

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Scott Wood <scottwood@freescale.com>
arch/powerpc/lib/copy_32.S

Simple merge