[PATCH 06/19] y2038: compile compat time code even when CONFIG_COMPAT is not set

2015-05-06 Thread Arnd Bergmann
For the time being, we use conditional compilation in fs/compat.c and kernel/compat.c to differentiate two cases: a) code that is used for CONFIG_COMPAT_TIME is shared between 32-bit and 64-bit architectures that provide support for existing 32-bit binaries with 32-bit time_t b) code that

[PATCH 06/19] y2038: compile compat time code even when CONFIG_COMPAT is not set

2015-05-06 Thread Arnd Bergmann
For the time being, we use conditional compilation in fs/compat.c and kernel/compat.c to differentiate two cases: a) code that is used for CONFIG_COMPAT_TIME is shared between 32-bit and 64-bit architectures that provide support for existing 32-bit binaries with 32-bit time_t b) code that