Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment