-
由 Russell King 提交于
Convert ugly GCC types to Linux types: UQImode -> u8 SImode -> s32 USImode -> u32 DImode -> s64 UDImode -> u64 word_type -> int Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
f29481c0
Convert ugly GCC types to Linux types:
UQImode -> u8
SImode -> s32
USImode -> u32
DImode -> s64
UDImode -> u64
word_type -> int
Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>