]> 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, 3 May 2012 05:43:30 +0000 (15:43 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 3 May 2012 05:46:21 +0000 (15:46 +1000)
commit24f03b3e3c551acad281ce3280f2c67a8ce48fe9
tree5664e423ce8d3c3c86f5c4d77cd4a4652130c3cc
parentdcea7e20d7e450dab660a6693f7acd1d25995e24
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