From: John Rose Date: Mon, 5 Jun 2006 21:31:48 +0000 (-0500) Subject: [PATCH] powerpc: reorg RTAS delay code X-Git-Tag: v2.6.18-rc1~1081^2~225^2~74 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=507279db1819aacf4022e790b3fc8bc8cf56debf;p=pandora-kernel.git [PATCH] powerpc: reorg RTAS delay code This patch attempts to handle RTAS "busy" return codes in a more simple and consistent manner. Typical callers of RTAS shouldn't have to manage wait times and delay calls. This patch also changes the kernel to use msleep() rather than udelay() when a runtime delay is necessary. This will avoid CPU soft lockups for extended delay conditions. Signed-off-by: John Rose Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed