original_kernel/sound
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
..
aoa
arm
atmel
core ktime: Get rid of the union 2016-12-25 17:21:22 +01:00
drivers
firewire
hda clocksource: Use a plain u64 instead of cycle_t 2016-12-25 11:04:12 +01:00
i2c
isa
mips
oss Replace <asm/uaccess.h> with <linux/uaccess.h> globally 2016-12-24 11:46:01 -08:00
parisc
pci sound updates for 4.10-rc1 2016-12-14 11:14:28 -08:00
pcmcia
ppc
sh
soc sound updates for 4.10-rc1 2016-12-14 11:14:28 -08:00
sparc
spi
synth
usb Revert "ALSA: usb-audio: Fix race at stopping the stream" 2016-12-21 09:48:14 -08:00
Kconfig
Makefile
ac97_bus.c
last.c
sound_core.c