From: Andrew Sharp Date: Wed, 31 Oct 2007 21:11:24 +0000 (-0700) Subject: [MIPS] Put cast inside macro instead of all the callers X-Git-Tag: v2.6.25-rc1~1163^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48ef2626aeecac3b160d1aee38ac46d6c3540122;p=pandora-kernel.git [MIPS] Put cast inside macro instead of all the callers Since all the callers of the PHYS_TO_XKPHYS macro call with a constant, put the cast to LL inside the macro where it really should be rather than in all the callers. This makes macros like PHYS_TO_XKSEG_UNCACHED work without gcc whining. Signed-off-by: Andrew Sharp Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed