1. 11 Aug, 2008 6 commits
  2. 08 Aug, 2008 1 commit
  3. 31 Jul, 2008 1 commit
    • Krzysztof Helt's avatar
      x86: fdiv bug detection fix · e0d22d03
      Krzysztof Helt authored
      The fdiv detection code writes s32 integer into
      the boot_cpu_data.fdiv_bug.
      However, the boot_cpu_data.fdiv_bug is only char (s8)
      field so the detection overwrites already set fields for
      other bugs, e.g. the f00f bug field.
      
      Use local s32 variable to receive result.
      
      This is a partial fix to Bugzilla #9928  - fixes wrong
      information about the f00f bug (tested) and probably
      for coma bug (I have no cpu to test this).
      Signed-off-by: default avatarKrzysztof Helt <krzysztof.h1@wp.pl>
      Cc: Andrew Morton <akpm@linux-foundation.org>
      Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
      e0d22d03
  4. 29 Jul, 2008 8 commits
  5. 28 Jul, 2008 24 commits