]> git.baikalelectronics.ru Git - kernel.git/commit
mm/memory_failure: let the compiler add the function name
authorBorislav Petkov <borislav.petkov@amd.com>
Tue, 29 May 2012 22:06:16 +0000 (15:06 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 29 May 2012 23:22:18 +0000 (16:22 -0700)
commit77c157150aa3998c00a71c66e578c8818b219475
treed821aad45658ee9d03f445b0a94bc540f7f309a1
parent5ae2244069f34b8ac4b2a9677e1d410040696fda
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>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/memory-failure.c