[PATCH] ARM: Remove gcc type-isms from GCC helper functions
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Mon, 20 Jun 2005 14:49:59 +0000 (15:49 +0100)
committerRussell King <rmk@dyn-67.arm.linux.org.uk>
Mon, 20 Jun 2005 14:49:59 +0000 (15:49 +0100)
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 <rmk+kernel@arm.linux.org.uk>

No differences found