From: Kees Cook Date: Thu, 18 Jul 2013 18:32:01 +0000 (-0700) Subject: kconfig: switch to "long long" for sanity X-Git-Tag: v3.12-rc1~57^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=129784abc982ccac43322c2f175f3ca735c2ca73;p=pandora-kernel.git kconfig: switch to "long long" for sanity Instead of using "long" for kconfig "hex" and "range" values, which may change in size depending on the host architecture, use "long long". This will allow values greater than INT_MAX on 32-bit hosts when cross compiling. Signed-off-by: Kees Cook Acked-by: Geert Uytterhoeven Tested-by: "Yann E. MORIN" Signed-off-by: "Yann E. MORIN" --- Reading git-diff-tree failed