Skip to content
Commit fa1d19e5 authored by Troy Heber's avatar Troy Heber Committed by Tony Luck
Browse files

[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 <troy.heber@hp.com>
Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
parent 264b0f99
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment