1. 19 Dec, 2008 1 commit
    • Ingo Molnar's avatar
      x86: fix warning in arch/x86/kernel/microcode_amd.c · f34a10bd
      Ingo Molnar authored
      this warning:
      
        arch/x86/kernel/microcode_amd.c: In function ‘apply_microcode_amd’:
        arch/x86/kernel/microcode_amd.c:163: warning: cast from pointer to integer of different size
        arch/x86/kernel/microcode_amd.c:163: warning: cast from pointer to integer of different size
      
      triggers because we want to pass the address to the microcode MSR,
      which is 64-bit even on 32-bit. Cast it explicitly to express this.
      Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
      f34a10bd
  2. 16 Dec, 2008 10 commits
  3. 13 Dec, 2008 6 commits
  4. 12 Dec, 2008 5 commits
  5. 11 Dec, 2008 4 commits
  6. 10 Dec, 2008 14 commits