]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mm/memory_failure: let the compiler add the function name
authorBorislav Petkov <borislav.petkov@amd.com>
Thu, 12 Apr 2012 22:51:56 +0000 (08:51 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 17 Apr 2012 03:47:17 +0000 (13:47 +1000)
commite421bec85b28c4d1f127ef605d7665d553493cd9
treedf5180201566be04c932ae5f060a1dc71cfd7c4e
parent5102329726def8ab6c9d87a730468cf239f7ae77
mm/memory_failure: let the compiler add the function name

These things tend to get out of sync with time so let the compiler
automatically enter the current function name using __func__.

No functional change.

Signed-off-by: Borislav Petkov <borislav.petkov@amd.com>
Acked-by: Andi Kleen <andi@firstfloor.org>
Cc: David Rientjes <rientjes@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/memory-failure.c