diff options
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/i386/kernel/microcode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/kernel/microcode.c b/arch/i386/kernel/microcode.c index 47ffec57c0cb..c8fa13721bcb 100644 --- a/arch/i386/kernel/microcode.c +++ b/arch/i386/kernel/microcode.c | |||
| @@ -722,7 +722,7 @@ mc_cpu_callback(struct notifier_block *nb, unsigned long action, void *hcpu) | |||
| 722 | return NOTIFY_OK; | 722 | return NOTIFY_OK; |
| 723 | } | 723 | } |
| 724 | 724 | ||
| 725 | static struct notifier_block mc_cpu_notifier = { | 725 | static struct notifier_block __cpuinitdata mc_cpu_notifier = { |
| 726 | .notifier_call = mc_cpu_callback, | 726 | .notifier_call = mc_cpu_callback, |
| 727 | }; | 727 | }; |
| 728 | 728 | ||
