1. 03 8月, 2006 1 次提交
    • Z
      [IA64] Do not assume output registers be reservered. · acb15c85
      Zou Nan hai 提交于
      We found an issue in pal.S.
      
      According to the software runtime SPEC,
      The caller's output registers do not need to be preserved for
      caller. The callee may reuse input registers for any other
      purpose within the procedure.
      
      in ia64_pal_call_phys_stacked,
      
      input registers are copied to output registers before call
      into ia64_switch_mode_phys, then used to call into PAL. This
      assumes output registers are preserved in ia64_switch_mode_phys,
      which may not be true.
      
      In this particular case, ia64_switch_mode_phys alloc a null frame
      , and mask off psr.i.
      If an interrupt comes at this small window,
      or an MCA comes inside the procedure, output registers
      maybe changed,
      then the pal call may got some staled input registers.
      
      This patch moves the copies from input to output
      after ia64_switch_mode_phys to follow the software
      runtime convention.
      
      It  also removed some unused labels in
      ia64_pal_call_phys_stacked.
      Signed-off-by: NZou Nan hai <nanhai.zou@intel.com>
      Signed-off-by: NTony Luck <tony.luck@intel.com>
      acb15c85
  2. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4