From: Russell King Date: Mon, 20 Jun 2005 14:49:59 +0000 (+0100) Subject: [PATCH] ARM: Remove gcc type-isms from GCC helper functions X-Git-Tag: v2.6.13-rc1~68^2~583^2~2^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f29481c0e7e55efc25598c1a6c503015cfe45245;p=pandora-kernel.git [PATCH] ARM: Remove gcc type-isms from GCC helper functions Convert ugly GCC types to Linux types: UQImode -> u8 SImode -> s32 USImode -> u32 DImode -> s64 UDImode -> u64 word_type -> int Signed-off-by: Russell King --- Reading git-diff-tree failed