]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/s390/kernel/debug.c
Merge remote-tracking branch 'wireless-next/master'
[karo-tx-linux.git] / arch / s390 / kernel / debug.c
index f1279dc2e1bcecae2a12ea246096f1458b2de77f..17d62fe5d7b70554c36b8f85b34da23d86c90407 100644 (file)
@@ -867,7 +867,7 @@ static inline void
 debug_finish_entry(debug_info_t * id, debug_entry_t* active, int level,
                        int exception)
 {
-       active->id.stck = get_tod_clock();
+       active->id.stck = get_tod_clock_fast();
        active->id.fields.cpuid = smp_processor_id();
        active->caller = __builtin_return_address(0);
        active->id.fields.exception = exception;