From: Markos Chandras Date: Mon, 14 Jul 2014 09:14:02 +0000 (+0100) Subject: MIPS: cpu-info: Change the cpu options variable to unsigned long long X-Git-Tag: cleanup-for-v3.18~94^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03a58777de0895864ccdb93249f3ce8d9fcc13ac;p=pandora-kernel.git MIPS: cpu-info: Change the cpu options variable to unsigned long long Long integers which are 4 bytes in MIPS32 can't hold new CPU options anymore, so the type of the 'options' variable is changed to unsigned long long which allows 32 more cpu options to be defined for MIPS32 Also, re-arrange the 'options' struct member to avoid potential 4-byte alignment gap in the middle of the struct. Signed-off-by: Markos Chandras Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/7324/ Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed