kconfig: switch to "long long" for sanity
authorKees Cook <keescook@chromium.org>
Thu, 18 Jul 2013 18:32:01 +0000 (11:32 -0700)
committerChristian Lamparter <chunkeey@googlemail.com>
Wed, 23 Oct 2013 20:21:53 +0000 (22:21 +0200)
commit811f5ce823178b96ac04a770e90854ba98a8d67e
treede6c4cb938333a4182be20fd3f9e5a1fd72cbb66
parent120990433f43079ae0588e5ba3d0f5cc549327d9
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 <keescook@chromium.org>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
config/symbol.c