Skip to content
Commit f29481c0 authored by Russell King's avatar Russell King
Browse files

[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: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 34c8eaca
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment