Home
last modified time | relevance | path

Searched hist:"129784 abc982ccac43322c2f175f3ca735c2ca73" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/scripts/kconfig/
H A Dsymbol.cdiff 129784abc982ccac43322c2f175f3ca735c2ca73 Thu Jul 18 13:32:01 CDT 2013 Kees Cook <keescook@chromium.org> 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>