From: Atsushi Nemoto Date: Fri, 14 Apr 2006 15:04:18 +0000 (+0900) Subject: [MIPS] Sparse: fix sparse for 64-bit kernels. X-Git-Tag: v2.6.17-rc4~139^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a2c3e451965aca35c2d0d1b2db1dbd1d839c75e;p=pandora-kernel.git [MIPS] Sparse: fix sparse for 64-bit kernels. This commit breaks sparse for 64bit kernel. The -m64 option is required. Also, some macro values (such as _MIPS_TUNE, etc.) contain double-quote characters so it would be better quoting arguments by single-quote characters. Signed-off-by: Atsushi Nemoto Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed