Skip to content
Commit f6d12eef authored by Helge Deller's avatar Helge Deller
Browse files

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: default avatarHelge Deller <deller@gmx.de>
parent e4be260d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment