]> bbs.cooldavid.org Git - net-next-2.6.git/commit
x86: fix two modpost warnings
authorJan Beulich <jbeulich@novell.com>
Fri, 18 Jul 2008 12:37:53 +0000 (13:37 +0100)
committerH. Peter Anvin <hpa@zytor.com>
Fri, 18 Jul 2008 21:34:08 +0000 (14:34 -0700)
commit369c99205f633d1e4038b15f5dc4a5500a4359c3
treef79448fc94d6102dab5a7202ec598cb13c21d652
parent812b121d55316333a3480b294523d4e52f9dd366
x86: fix two modpost warnings

Even though it's only the difference of the two __initdata symbols
that's being calculated, modpost still doesn't like this. So rather
calculate the size once in an __init function and store it for later
use.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
arch/x86/vdso/vma.c