diff options
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2016-10-10 09:43:41 +0200 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2016-10-28 10:09:02 +0200 |
commit | b1c0854d168cc5741e9568556e7d7cc3873c9cdc (patch) | |
tree | 4014e4a12f706adbefed4dc9048b99be3639f3d8 /arch/s390/kernel/early.c | |
parent | s390/dasd: Define often used variable (diff) | |
download | linux-b1c0854d168cc5741e9568556e7d7cc3873c9cdc.tar.xz linux-b1c0854d168cc5741e9568556e7d7cc3873c9cdc.zip |
s390/time: refactor clock sync
Merge clock_sync_cpu into stp_sync_clock and split out the update
of the global and per-CPU clock fields into clock_sync_global
and clock_sync_local.
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/kernel/early.c')
-rw-r--r-- | arch/s390/kernel/early.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/kernel/early.c b/arch/s390/kernel/early.c index 2374c5b46bbc..39d03a7a3354 100644 --- a/arch/s390/kernel/early.c +++ b/arch/s390/kernel/early.c @@ -467,7 +467,7 @@ void __init startup_init(void) ipl_save_parameters(); rescue_initrd(); clear_bss_section(); - ptff_init(); + time_early_init(); init_kernel_storage_key(); lockdep_off(); setup_lowcore_early(); |