diff options
| author | H. Peter Anvin <hpa@zytor.com> | 2010-02-22 19:20:34 -0500 |
|---|---|---|
| committer | H. Peter Anvin <hpa@zytor.com> | 2010-02-22 19:20:34 -0500 |
| commit | d02e30c31c57683a66ed68a1bcff900ca78f6d56 (patch) | |
| tree | c3ce99a00061bcc1199b50fa838147d876c56717 /arch/x86/kernel/microcode_core.c | |
| parent | 0fdc7a8022c3eaff6b5ee27ffb9e913e5e58d8e9 (diff) | |
| parent | aef55d4922e62a0d887e60d87319f3718aec6ced (diff) | |
Merge branch 'x86/irq' into x86/apic
Merge reason:
Conflicts in arch/x86/kernel/apic/io_apic.c
Resolved Conflicts:
arch/x86/kernel/apic/io_apic.c
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'arch/x86/kernel/microcode_core.c')
| -rw-r--r-- | arch/x86/kernel/microcode_core.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/x86/kernel/microcode_core.c b/arch/x86/kernel/microcode_core.c index 0c8632433090..cceb5bc3c3c2 100644 --- a/arch/x86/kernel/microcode_core.c +++ b/arch/x86/kernel/microcode_core.c | |||
| @@ -521,9 +521,6 @@ static int __init microcode_init(void) | |||
| 521 | return PTR_ERR(microcode_pdev); | 521 | return PTR_ERR(microcode_pdev); |
| 522 | } | 522 | } |
| 523 | 523 | ||
| 524 | if (microcode_ops->init) | ||
| 525 | microcode_ops->init(µcode_pdev->dev); | ||
| 526 | |||
| 527 | get_online_cpus(); | 524 | get_online_cpus(); |
| 528 | mutex_lock(µcode_mutex); | 525 | mutex_lock(µcode_mutex); |
| 529 | 526 | ||
| @@ -566,9 +563,6 @@ static void __exit microcode_exit(void) | |||
| 566 | 563 | ||
| 567 | platform_device_unregister(microcode_pdev); | 564 | platform_device_unregister(microcode_pdev); |
| 568 | 565 | ||
| 569 | if (microcode_ops->fini) | ||
| 570 | microcode_ops->fini(); | ||
| 571 | |||
| 572 | microcode_ops = NULL; | 566 | microcode_ops = NULL; |
| 573 | 567 | ||
| 574 | pr_info("Microcode Update Driver: v" MICROCODE_VERSION " removed.\n"); | 568 | pr_info("Microcode Update Driver: v" MICROCODE_VERSION " removed.\n"); |
