1
0
Fork 0
alistair23-linux/net/ipx
Thomas Gleixner 2456e85535 ktime: Get rid of the union
ktime is a union because the initial implementation stored the time in
scalar nanoseconds on 64 bit machine and in a endianess optimized timespec
variant for 32bit machines. The Y2038 cleanup removed the timespec variant
and switched everything to scalar nanoseconds. The union remained, but
become completely pointless.

Get rid of the union and just keep ktime_t as simple typedef of type s64.

The conversion was done with coccinelle and some manual mopping up.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Peter Zijlstra <peterz@infradead.org>
2016-12-25 17:21:22 +01:00
..
Kconfig ipx: remove the BKL 2011-03-05 10:55:58 +01:00
Makefile ipx: move peII functions 2012-07-19 10:48:00 -07:00
af_ipx.c ktime: Get rid of the union 2016-12-25 17:21:22 +01:00
ipx_proc.c ipx: remove all unnecessary castings on ntohl 2014-10-30 15:51:43 -04:00
ipx_route.c switch ipxrtr_route_packet() from iovec to msghdr 2014-11-24 04:28:49 -05:00
pe2.c ipx: move peII functions 2012-07-19 10:48:00 -07:00
sysctl_net_ipx.c ipx: move extern sysctl_ipx_pprop_broadcasting to header file 2014-10-27 16:03:53 -04:00