From: Jeremy Fitzhardinge Date: Tue, 1 Jul 2008 23:46:33 +0000 (-0700) Subject: x86_64/setup: unconditionally populate the pgd X-Git-Tag: v2.6.27-rc1~1106^2~86 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=574977a2edde0148ea365008dceb0c2594d10b11;p=pandora-kernel.git x86_64/setup: unconditionally populate the pgd When allocating a new pud, unconditionally populate the pgd (why did we bother to create a new pud if we weren't going to populate it?). This will only happen if the pgd slot was empty, since any existing pud will be reused. Signed-off-by: Jeremy Fitzhardinge Cc: Stephen Tweedie Cc: Eduardo Habkost Cc: Mark McLoughlin Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed