x86: work around gcc 3.4.x bug
authorJeremy Fitzhardinge <jeremy@goop.org>
Fri, 8 Aug 2008 20:46:07 +0000 (13:46 -0700)
committerIngo Molnar <mingo@elte.hu>
Mon, 11 Aug 2008 16:44:02 +0000 (18:44 +0200)
Simon Horman reported that gcc-3.4.x crashes when compiling
pgd_prepopulate_pmd() when PREALLOCATED_PMDS == 0 and CONFIG_DEBUG_INFO
is enabled.

Adding an extra check for PREALLOCATED_PMDS == 0 [which is compiled out
by gcc] seems to avoid the problem.

Reported-by: Simon Horman <horms@verge.net.au>
Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Acked-by: Simon Horman <horms@verge.net.au>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found