x86: Fix symbol annotation for arch/x86/lib/clear_page_64.S::clear_page_c
authorMike Galbraith <efault@gmx.de>
Tue, 30 Jun 2009 13:00:20 +0000 (15:00 +0200)
committerIngo Molnar <mingo@elte.hu>
Tue, 30 Jun 2009 21:43:15 +0000 (23:43 +0200)
commit9e314996e3dc5189b9b36dce67088e882e989897
treefc7f8d69f1af220b5503484a2f449b7a9ec07f56
parent5a4f13fad1ab5bd08dea78fc55321e429d83cddf
x86: Fix symbol annotation for arch/x86/lib/clear_page_64.S::clear_page_c

Noticed the zero-sized function symbol while looking at 'perf' profiles,
it causes the profiler to display those addresses in hexa.

Turns out that this was wrong/bogus for an eternity.

Signed-off-by: Mike Galbraith <efault@gmx.de>
Acked-by: Alexander van Heukelum <heukelum@fastmail.fm>
Acked-by: Cyrill Gorcunov <gorcunov@gmail.com>
LKML-Reference: <1246366820.6538.1.camel@marge.simson.net>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/lib/clear_page_64.S