git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34c8eac
)
[PATCH] ARM: Remove gcc type-isms from GCC helper functions
author
Russell King
<rmk@dyn-67.arm.linux.org.uk>
Mon, 20 Jun 2005 14:49:59 +0000
(15:49 +0100)
committer
Russell 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