From: Julian Calaby Date: Mon, 5 Jan 2009 08:07:18 +0000 (-0800) Subject: sparc: Clean arch-specific code in prom_common.c X-Git-Tag: v2.6.29-rc1~501^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47cd5265ea8fe0b246bfd9b42ba69e13aa8b99bd;p=pandora-kernel.git sparc: Clean arch-specific code in prom_common.c prom_nextprop() and prom_firstprop() have slightly different calling conventions in 32 and 64 bit SPARC. prom_common.c uses a ifdef guard to ensure that these functions are called correctly. Adjust code to eliminate this ifdef by using a calling convention that is compatible with both 32 and 64 bit SPARC. Signed-off-by: Julian Calaby Reviewed-by: Sam Ravnborg Signed-off-by: David S. Miller --- Reading git-diff-tree failed