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)
commitbeeb4195cbc80b7489631361b7ed38b7518af433
treef932712a4d614004b2abb1ae9c4d1169805ac991
parentb93a531e315e97ef00367099e6b5f19651936e20
x86, 32-bit: add some compile time checks to mem_init()

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>
arch/x86/mm/init_32.c