]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/s390/kernel/vdso64/clock_gettime.S
Merge branches 'irq-core-for-linus' and 'core-locking-for-linus' of git://git.kernel...
[karo-tx-linux.git] / arch / s390 / kernel / vdso64 / clock_gettime.S
index f40467884a03722c668b388591e976f71be8961d..d46c95ed5f19ae8c25f9255b32338e8cc3197906 100644 (file)
 __kernel_clock_gettime:
        .cfi_startproc
        larl    %r5,_vdso_data
-       cghi    %r2,CLOCK_REALTIME
+       cghi    %r2,__CLOCK_REALTIME
        je      4f
        cghi    %r2,-2          /* CLOCK_THREAD_CPUTIME_ID for this thread */
        je      9f
-       cghi    %r2,CLOCK_MONOTONIC
+       cghi    %r2,__CLOCK_MONOTONIC
        jne     12f
 
        /* CLOCK_MONOTONIC */