[IA64] move SAL_CACHE_FLUSH check later in boot
authorTroy Heber <troy.heber@hp.com>
Wed, 25 Oct 2006 20:46:15 +0000 (14:46 -0600)
committerTony Luck <tony.luck@intel.com>
Tue, 31 Oct 2006 22:32:10 +0000 (14:32 -0800)
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 <troy.heber@hp.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>

No differences found