Home
last modified time | relevance | path

Searched hist:"59 f0cb0fddc14ffc6676ae62e911f8115ebc8ccf" (Results 1 – 8 of 8) sorted by relevance

/linux/arch/arm/include/asm/
H A Dstring.hdiff 59f0cb0fddc14ffc6676ae62e911f8115ebc8ccf Mon Oct 27 12:24:09 CET 2008 Russell King <rmk@dyn-67.arm.linux.org.uk> [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: Russell King <rmk+kernel@arm.linux.org.uk>
H A Dpage.hdiff 59f0cb0fddc14ffc6676ae62e911f8115ebc8ccf Mon Oct 27 12:24:09 CET 2008 Russell King <rmk@dyn-67.arm.linux.org.uk> [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: Russell King <rmk+kernel@arm.linux.org.uk>
H A Dprocessor.hdiff 59f0cb0fddc14ffc6676ae62e911f8115ebc8ccf Mon Oct 27 12:24:09 CET 2008 Russell King <rmk@dyn-67.arm.linux.org.uk> [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: Russell King <rmk+kernel@arm.linux.org.uk>
H A Duaccess.hdiff 59f0cb0fddc14ffc6676ae62e911f8115ebc8ccf Mon Oct 27 12:24:09 CET 2008 Russell King <rmk@dyn-67.arm.linux.org.uk> [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: Russell King <rmk+kernel@arm.linux.org.uk>
/linux/arch/arm/lib/
H A Dmemset.Sdiff 59f0cb0fddc14ffc6676ae62e911f8115ebc8ccf Mon Oct 27 12:24:09 CET 2008 Russell King <rmk@dyn-67.arm.linux.org.uk> [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: Russell King <rmk+kernel@arm.linux.org.uk>
/linux/arch/arm/mm/
H A Dpgd.cdiff 59f0cb0fddc14ffc6676ae62e911f8115ebc8ccf Mon Oct 27 12:24:09 CET 2008 Russell King <rmk@dyn-67.arm.linux.org.uk> [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: Russell King <rmk+kernel@arm.linux.org.uk>
H A Dmmu.cdiff 59f0cb0fddc14ffc6676ae62e911f8115ebc8ccf Mon Oct 27 12:24:09 CET 2008 Russell King <rmk@dyn-67.arm.linux.org.uk> [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: Russell King <rmk+kernel@arm.linux.org.uk>
/linux/arch/arm/boot/compressed/
H A Dmisc.cdiff 59f0cb0fddc14ffc6676ae62e911f8115ebc8ccf Mon Oct 27 12:24:09 CET 2008 Russell King <rmk@dyn-67.arm.linux.org.uk> [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: Russell King <rmk+kernel@arm.linux.org.uk>