kernel_optimize_test/arch/nios2/kernel
Baolin Wang 3d9644ef9a nios2: Use read_persistent_clock64() instead of read_persistent_clock()
Since struct timespec is not y2038 safe on 32bit machines, this patch
converts read_persistent_clock() to read_persistent_clock64() using
struct timespec64, as well as converting mktime() to mktime64().

Signed-off-by: Baolin Wang <baolin.wang@linaro.org>
Signed-off-by: Ley Foon Tan <ley.foon.tan@intel.com>
2018-04-03 00:36:55 +08:00
..
.gitignore
asm-offsets.c
cpuinfo.c nios2: Add CDX support 2017-05-08 16:59:19 +08:00
entry.S
head.S
insnemu.S
irq.c nios2: constify irq_domain_ops 2017-05-08 16:59:19 +08:00
kgdb.c
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
misaligned.c
module.c
nios2_ksyms.c
process.c
prom.c nios2: remove arch specific early_init_dt_alloc_memory_arch 2018-01-30 11:17:12 -06:00
ptrace.c
setup.c nios2: remove custom early console implementation 2017-05-11 17:44:21 +08:00
signal.c
sys_nios2.c
syscall_table.c
time.c nios2: Use read_persistent_clock64() instead of read_persistent_clock() 2018-04-03 00:36:55 +08:00
traps.c
vmlinux.lds.S