aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/include/asm/delay.h
Commit message (Collapse)AuthorAgeFilesLines
* parisc: make udelay() SMP-safeHelge Deller2013-11-071-31/+10
| | | | | | | | | 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>
* Disintegrate asm/system.h for PA-RISCDavid Howells2012-03-281-1/+1
| | | | | | | Disintegrate asm/system.h for PA-RISC. Signed-off-by: David Howells <dhowells@redhat.com> cc: linux-parisc@vger.kernel.org
* parisc: move include/asm-parisc to arch/parisc/include/asmKyle McMartin2008-10-101-0/+43