From: Steven J. Hill Date: Thu, 13 Nov 2014 15:52:00 +0000 (-0600) Subject: MIPS: Fix address type used for early memory detection. X-Git-Tag: omap-for-v3.19/fixes-for-merge-window~62^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4da18b3714a35c1123522810cc5ec0cd2ee4101;p=pandora-kernel.git MIPS: Fix address type used for early memory detection. In 'early_parse_mem' the data type used for the start and size of a memory region specified on the command line is incorrect. If 64-bit addressing is used, the value gets truncated. Signed-off-by: Steven J. Hill Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/8456/ Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed