1. 22 2月, 2008 6 次提交
  2. 21 2月, 2008 1 次提交
    • Y
      Fix CPU POST test failure · 928d1d77
      Yuri Tikhonov 提交于
      The CPU POST test code (run from cpu_post_exec_31()) doesn't follow the
      ABI carefully, at least the CR3, CR4, and CR5 fields of CR are clobbered
      by it. The gcc-4.2 with its more aggressive optimization exposes this fact.
      This patch just saves the CR value before running the test code, so allowing
      it to do anything it wants with CR.
      Signed-off-by: NDmitry Rakhchev <rda@emcraft.com>
      Acked-by: NYuri Tikhonov <yur@emcraft.com>
      --
      928d1d77
  3. 17 2月, 2008 4 次提交
  4. 16 2月, 2008 7 次提交
  5. 15 2月, 2008 22 次提交