Upgrade to 4.4.50-rt62
[kvmfornfv.git] / kernel / arch / mips / kernel / pm.c
index fefdf39..dc81489 100644 (file)
@@ -56,7 +56,7 @@ static void mips_cpu_restore(void)
                write_c0_userlocal(current_thread_info()->tp_value);
 
        /* Restore watch registers */
-       __restore_watch();
+       __restore_watch(current);
 }
 
 /**