[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1246512440.13293.3.camel@marge.simson.net>
Date: Thu, 02 Jul 2009 07:27:20 +0200
From: Mike Galbraith <efault@....de>
To: LKML <linux-kernel@...r.kernel.org>, Ingo Molnar <mingo@...e.hu>
Cc: Alexander van Heukelum <heukelum@...tmail.fm>,
Cyrill Gorcunov <gorcunov@...il.com>
Subject: [patch] x86: add missing annotation to
arch/x86/lib/copy_user_64.S::copy_to_user
x86: add missing annotation to arch/x86/lib/copy_user_64.S::copy_to_user
While examining symbol generation in perf_counter tools, I noticed that
copy_to_user() had no size in vmlinux's symtab.
Signed-off-by: Mike Galbraith <efault@....de>
Acked-by: Alexander van Heukelum <heukelum@...tmail.fm>
Acked-by: Cyrill Gorcunov <gorcunov@...nvz.org>
Cc: Ingo Molnar <mingo@...e.hu>
Cc: Alexander van Heukelum <heukelum@...tmail.fm>
Cc: Cyrill Gorcunov <gorcunov@...nvz.org>
LKML-Reference: <new-submission>
---
arch/x86/lib/copy_user_64.S | 1 +
1 file changed, 1 insertion(+)
Index: linux-2.6/arch/x86/lib/copy_user_64.S
===================================================================
--- linux-2.6.orig/arch/x86/lib/copy_user_64.S
+++ linux-2.6/arch/x86/lib/copy_user_64.S
@@ -75,6 +75,7 @@ ENTRY(copy_to_user)
jae bad_to_user
ALTERNATIVE_JUMP X86_FEATURE_REP_GOOD,copy_user_generic_unrolled,copy_user_generic_string
CFI_ENDPROC
+ENDPROC(copy_to_user)
/* Standard copy_from_user with segment limit checking */
ENTRY(copy_from_user)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists