hrtimer: Prevent all reprogramming if hang detected
[deliverable/linux.git] / kernel / module.c
index 29f7790eaa147a1b0fc7ec223c5356f44caab346..11869408f79b86abe33e5194d0f5c705b44e9d81 100644 (file)
@@ -640,7 +640,7 @@ static int module_unload_init(struct module *mod)
        INIT_LIST_HEAD(&mod->target_list);
 
        /* Hold reference count during initialization. */
-       __this_cpu_write(mod->refptr->incs, 1);
+       raw_cpu_write(mod->refptr->incs, 1);
 
        return 0;
 }
This page took 0.036062 seconds and 5 git commands to generate.