diff options
| author | J. Bruce Fields <bfields@citi.umich.edu> | 2010-03-04 12:03:16 -0500 |
|---|---|---|
| committer | J. Bruce Fields <bfields@citi.umich.edu> | 2010-03-04 12:04:51 -0500 |
| commit | 4ea41e2de5bba756858bb40f964e3490b6d1a25c (patch) | |
| tree | 51a688be321dd42f80d8a0c966eb6a60408d50b3 /arch/x86/kernel/microcode_core.c | |
| parent | 8d75da8afd068fa58b35e69c7c8c46770d9e7a98 (diff) | |
| parent | 398007f863a4af2b4a5a07219c5a617f1a098115 (diff) | |
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs into for-2.6.34-incoming
Resolve merge conflict in fs/xfs/linux-2.6/xfs_export.c.
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"); |
