From: Troy Heber Date: Wed, 25 Oct 2006 20:46:15 +0000 (-0600) Subject: [IA64] move SAL_CACHE_FLUSH check later in boot X-Git-Tag: v2.6.19-rc5~88^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa1d19e5d9a94120f31e5783ab44758f46892d94;p=pandora-kernel.git [IA64] move SAL_CACHE_FLUSH check later in boot The check to see if the firmware drops interrupts during a SAL_CACHE_FLUSH is done to early in the boot. SAL_CACHE_FLUSH expects to be able to make PAL calls in virtual mode, on some cell based machines a fault occurs causing a MCA. This patch moves the check after mmu_context_init so the TLB and VHPT are properly setup. Signed-off-by Troy Heber Signed-off-by: Tony Luck --- Reading git-diff-tree failed