From: Jan Beulich Date: Fri, 23 Jan 2015 08:35:13 +0000 (+0000) Subject: x86-64: Also clear _PAGE_GLOBAL from __supported_pte_mask if !cpu_has_pge X-Git-Tag: omap-for-v4.1/fixes-rc1~195^2~130 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0cdb81bef20b1d9e12111fa6cd81f748ebd87778;p=pandora-kernel.git x86-64: Also clear _PAGE_GLOBAL from __supported_pte_mask if !cpu_has_pge Not just setting it when the feature is available is for consistency, and may allow Xen to drop its custom clearing of the flag (unless it needs it cleared earlier than this code executes). Note that the change is benign to ix86, as the flag starts out clear there. Signed-off-by: Jan Beulich Cc: Andy Lutomirski Cc: H. Peter Anvin Cc: Linus Torvalds Cc: Thomas Gleixner Link: http://lkml.kernel.org/r/54C215D10200007800058912@mail.emea.novell.com Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed