/linux/arch/arm/include/asm/ |
H A D | string.h | diff 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 D | page.h | diff 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 D | processor.h | diff 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 D | uaccess.h | diff 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 D | memset.S | diff 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 D | pgd.c | diff 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 D | mmu.c | diff 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 D | misc.c | diff 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>
|