1. 18 10月, 2006 2 次提交
    • B
      [IA64] remove unused PAL_CALL_IC_OFF · c12fb188
      Bjorn Helgaas 提交于
      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: NBjorn Helgaas <bjorn.helgaas@hp.com>
      Signed-off-by: NTony Luck <tony.luck@intel.com>
      c12fb188
    • A
      [IA64] move ioremap/ioremap_nocache under __KERNEL__ · ffc45571
      Aron Griffis 提交于
      I noticed these are declared extern outside of __KERNEL__, but surely
      they wouldn't be available to userland since they're defined in
      ioremap.c.  Am I missing something here?
      
      If I'm right about this, then there's probably a good deal of other
      stuff in io.h that could move inside __KERNEL__, but at least this is
      a start.
      Signed-off-by: NAron Griffis <aron@hp.com>
      Signed-off-by: NTony Luck <tony.luck@intel.com>
      ffc45571
  2. 17 10月, 2006 5 次提交
  3. 16 10月, 2006 5 次提交
  4. 14 10月, 2006 5 次提交
  5. 13 10月, 2006 3 次提交
  6. 12 10月, 2006 20 次提交