Skip to content
Commit 59f0cb0f authored by Russell King's avatar Russell King Committed by Russell King
Browse files

[ARM] remove memzero()



As suggested by Andrew Morton, remove memzero() - it's not supported
on other architectures so use of it is a potential build breaking bug.
Since the compiler optimizes memset(x,0,n) to __memzero() perfectly
well, we don't miss out on the underlying benefits of memzero().

Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent ed313489
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment