time_t: use a 32bit pair in kernel
authorAlan Cox <alan@etchedpixels.co.uk>
Fri, 28 Nov 2014 22:34:44 +0000 (22:34 +0000)
committerAlan Cox <alan@etchedpixels.co.uk>
Fri, 28 Nov 2014 22:34:44 +0000 (22:34 +0000)
commite70a35920597d81aa69b20fa17a844b89f843cf5
treed0b32239fe81008500d36e9808d7007054967938
parent2c82a04573cd7bd11f7e064757fcd7334126ab18
time_t: use a 32bit pair in kernel

While SDCC has a full 64bit longlong the other compilers are sadly lacking
at the moment. For the kernel the easiest thing to do is to work in 32bit
chunks, it's not as if the CPU can do better than 16bits at a go anyway
Kernel/cpu-6502/cpu.h
Kernel/cpu-6809/cpu.h
Kernel/cpu-z80/cpu.h
Kernel/filesys.c
Kernel/syscall_fs2.c
Kernel/timer.c