From: Ingo Molnar Date: Fri, 8 Feb 2008 23:15:06 +0000 (+0100) Subject: x86: fix pgtable_t build breakage X-Git-Tag: v2.6.25-rc1~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3bf8f5a92cd4b04e3f1e162a1b4b99759a882b5d;p=pandora-kernel.git x86: fix pgtable_t build breakage Commit 2f569afd9ced9ebec9a6eb3dbf6f83429be0a7b4 ("CONFIG_HIGHPTE vs. sub-page page tables") caused some build breakage due to pgtable_t only getting declared in the CONFIG_X86_PAE case. Move the declaration outside the PAE section. Signed-off-by: Ingo Molnar Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed