Skip to content
Snippets Groups Projects
  1. Feb 22, 2008
  2. Feb 21, 2008
    • Yuri Tikhonov's avatar
      Fix CPU POST test failure · 928d1d77
      Yuri Tikhonov authored
      
      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: default avatarDmitry Rakhchev <rda@emcraft.com>
      Acked-by: default avatarYuri Tikhonov <yur@emcraft.com>
      --
      928d1d77
  3. Feb 17, 2008
  4. Feb 16, 2008
  5. Feb 15, 2008
  6. Feb 14, 2008
Loading