diff options
| -rw-r--r-- | arch/x86/oprofile/nmi_int.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/x86/oprofile/nmi_int.c b/arch/x86/oprofile/nmi_int.c index 0227694f7dab..8a5f1614a3d5 100644 --- a/arch/x86/oprofile/nmi_int.c +++ b/arch/x86/oprofile/nmi_int.c | |||
| @@ -295,10 +295,12 @@ static void nmi_cpu_shutdown(void *dummy) | |||
| 295 | 295 | ||
| 296 | static void nmi_shutdown(void) | 296 | static void nmi_shutdown(void) |
| 297 | { | 297 | { |
| 298 | struct op_msrs *msrs = &get_cpu_var(cpu_msrs); | 298 | struct op_msrs *msrs; |
| 299 | |||
| 299 | nmi_enabled = 0; | 300 | nmi_enabled = 0; |
| 300 | on_each_cpu(nmi_cpu_shutdown, NULL, 1); | 301 | on_each_cpu(nmi_cpu_shutdown, NULL, 1); |
| 301 | unregister_die_notifier(&profile_exceptions_nb); | 302 | unregister_die_notifier(&profile_exceptions_nb); |
| 303 | msrs = &get_cpu_var(cpu_msrs); | ||
| 302 | model->shutdown(msrs); | 304 | model->shutdown(msrs); |
| 303 | free_msrs(); | 305 | free_msrs(); |
| 304 | put_cpu_var(cpu_msrs); | 306 | put_cpu_var(cpu_msrs); |
