Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 23827
b: refs/heads/master
c: 2ab7f18
h: refs/heads/master
i:
  23825: 3dd62f0
  23823: ab955dd
v: v3
  • Loading branch information
Andi Kleen authored and Linus Torvalds committed Mar 25, 2006
1 parent 1c31047 commit 3013b71
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4bdc3b7f1b730c07f5a6ccca77ee68e044036ffc
refs/heads/master: 2ab7f1833baf0f0a0ca9868ee21f8273e2858132
4 changes: 0 additions & 4 deletions trunk/arch/i386/kernel/microcode.c
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,6 @@ static inline void mark_microcode_update (int cpu_num, microcode_header_t *mc_he
} else if (mc_header->rev == uci->rev) {
/* notify the caller of success on this cpu */
uci->err = MC_SUCCESS;
printk(KERN_ERR "microcode: CPU%d already at revision"
" 0x%x (current=0x%x)\n", cpu_num, mc_header->rev, uci->rev);
goto out;
}

Expand Down Expand Up @@ -369,7 +367,6 @@ static void do_update_one (void * unused)
struct ucode_cpu_info *uci = ucode_cpu_info + cpu_num;

if (uci->mc == NULL) {
printk(KERN_INFO "microcode: No new microcode data for CPU%d\n", cpu_num);
return;
}

Expand Down Expand Up @@ -511,7 +508,6 @@ static int __init microcode_init (void)
static void __exit microcode_exit (void)
{
misc_deregister(&microcode_dev);
printk(KERN_INFO "IA-32 Microcode Update Driver v" MICROCODE_VERSION " unregistered\n");
}

module_init(microcode_init)
Expand Down

0 comments on commit 3013b71

Please sign in to comment.