• Heiko Carstens's avatar
    [S390] etr: fix compile error on !SMP · 06cb92ff
    Heiko Carstens authored
    Since a5fbb6d1
    "KVM: fix !SMP build error" smp_call_function isn't a define anymore
    that folds into nothing but a define that calls up_smp_call_function
    with all parameters. Hence we cannot #ifdef out the unused code
    anymore...
    This seems to be the preferred method, so do this for s390 as well.
    
    arch/s390/kernel/time.c: In function 'etr_sync_clock':
    arch/s390/kernel/time.c:825: error: 'clock_sync_cpu_start' undeclared
    arch/s390/kernel/time.c:862: error: 'clock_sync_cpu_end' undeclared
    Signed-off-by: default avatarHeiko Carstens <heiko.carstens@de.ibm.com>
    Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
    06cb92ff
time.c 36.6 KB