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)
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>

No differences found