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)
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>

No differences found