“f70e87d7a6d9c5a23d5f43ed0a0c224c157ef597”上不存在“Documentation/perf_counter/builtin-annotate.c”
  • R
    [ARM] remove memzero() · 59f0cb0f
    Russell King 提交于
    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: NRussell King <rmk+kernel@arm.linux.org.uk>
    59f0cb0f
processor.h 2.9 KB