From: Jack Steiner Date: Tue, 7 Feb 2006 17:24:14 +0000 (-0800) Subject: [IA64-SGI] - Eliminate SN pio_phys_xxx macros. Move to assembly X-Git-Tag: v2.6.17-rc1~1130^2^2~2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dcc1dd2366a7c355fd8b6543c52685b864a2044f;p=pandora-kernel.git [IA64-SGI] - Eliminate SN pio_phys_xxx macros. Move to assembly Rewrite the SN pio_phys_xxx macros in assembly language. This avoids issues with the Intel icc compiler. Function call overhead is not an issue - the functions reference PIOs and take 100's nsec to complete. In addition, the functions should likely be in assembly language anyway - they reference memory using physical addressing mode. One function executes with psr.ic disabled. Signed-off-by: Jack Steiner Signed-off-by: Tony Luck --- Reading git-diff-tree failed