From: Ralf Baechle Date: Tue, 22 Jan 2013 17:03:45 +0000 (+0100) Subject: MIPS: Octeon: Fix warning. X-Git-Tag: v3.8-rc6~4^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=757be67f565b4336f0d847f3ca9332e050c9ba83;p=pandora-kernel.git MIPS: Octeon: Fix warning. Cong Ding reports correctly that the variable dummy is being used without initialization. That said, I can't reproduce this warning with GCC 4.7.1. However, since the variable dummy servces no real purpose, I'm going for a different fix. This fix includes https://patchwork.linux-mips.org/patch/4801/ plus Geert's suggestion to use ACCESS_ONCE(). Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed