]> git.karo-electronics.de Git - karo-tx-linux.git/commit
parisc: make udelay() SMP-safe
authorHelge Deller <deller@gmx.de>
Wed, 23 Oct 2013 21:29:16 +0000 (23:29 +0200)
committerHelge Deller <deller@gmx.de>
Thu, 7 Nov 2013 21:28:26 +0000 (22:28 +0100)
commitf6d12eefcda2e4135aa529ab8b5bf2766b4a78dd
tree595a3fe90daf8c5a5443745507349dff408af5e1
parente4be260d156409ebdabf1e13ed547d3703801c5f
parisc: make udelay() SMP-safe

Each CPU has it's own Control Register 16 (CR16) which is used as time source
for the udelay() function. But since the CR16 registers across different CPUs
are not synced, we need to recalculate the loop count if we get switched away
to ensure that we really delay as much time as requested.

Signed-off-by: Helge Deller <deller@gmx.de>
arch/parisc/include/asm/delay.h
arch/parisc/lib/Makefile
arch/parisc/lib/delay.c [new file with mode: 0644]