s390/vtime: fix inline assembly clobber list
[linux-2.6-microblaze.git] / arch / s390 / kernel / vtime.c
index 5aaa2ca..978a35e 100644 (file)
@@ -136,7 +136,8 @@ static int do_account_vtime(struct task_struct *tsk)
                "       stck    %1"     /* Store current tod clock value */
 #endif
                : "=Q" (S390_lowcore.last_update_timer),
-                 "=Q" (S390_lowcore.last_update_clock));
+                 "=Q" (S390_lowcore.last_update_clock)
+               : : "cc");
        clock = S390_lowcore.last_update_clock - clock;
        timer -= S390_lowcore.last_update_timer;