x86, 32-bit: add some compile time checks to mem_init()
authorJan Beulich <jbeulich@novell.com>
Tue, 16 Dec 2008 11:45:56 +0000 (11:45 +0000)
committerIngo Molnar <mingo@elte.hu>
Tue, 16 Dec 2008 17:42:51 +0000 (18:42 +0100)
Some of the inconsistencies checked for at run time can be detected at
build time already, so duplicate the checks done at run time to also be
done at build time.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found