Bjorn Helgaas c12fb18857 [IA64] remove unused PAL_CALL_IC_OFF
Linux maps PAL instructions with an ITR, but uses a DTC for PAL data.
Section 11.10.2.1.3, "Making PAL Procedures Calls in Physical or Virtual
Mode," of the SDM (rev 2.2), says we must therefore make all PAL calls
with PSR.ic = 1 so that Linux can handle any TLB faults.

PAL_CALL_IC_OFF is currently unused, and as long as we use the ITR + DTC
strategy, we can't use it.  So remove it.  I also removed the code in
ia64_pal_call_static() that conditionally cleared PSR.ic.

Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
2006-10-17 14:53:52 -07:00
..
2006-10-10 15:37:22 -07:00
2006-03-27 08:44:48 -08:00
2006-03-26 08:56:54 -08:00
2006-06-21 11:19:22 -07:00
2006-09-26 14:00:56 -07:00
2006-07-03 15:26:58 -07:00
2006-03-24 13:12:46 -08:00
2006-10-17 14:53:52 -07:00
2006-07-03 15:27:00 -07:00
2006-09-26 08:48:51 -07:00
2006-06-29 16:58:06 -07:00
2006-08-02 16:03:44 -07:00