From: H. Peter Anvin Date: Mon, 23 Nov 2009 22:46:07 +0000 (-0800) Subject: x86, platform: Change is_untracked_pat_range() to bool; cleanup init X-Git-Tag: v2.6.33-rc1~374^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb41c8be89dbe079f49202774e04a79ccac48a09;p=pandora-kernel.git x86, platform: Change is_untracked_pat_range() to bool; cleanup init - Change is_untracked_pat_range() to return bool. - Clean up the initialization of is_untracked_pat_range() -- by default, we simply point it at is_ISA_range() directly. - Move is_untracked_pat_range to the end of struct x86_platform, since it is the newest field. Signed-off-by: H. Peter Anvin Acked-by: Thomas Gleixner Cc: Jack Steiner LKML-Reference: <20091119202341.GA4420@sgi.com> --- Reading git-diff-tree failed