From: Chris Metcalf Date: Wed, 11 Apr 2012 16:45:20 +0000 (-0400) Subject: arch/tile: avoid unused variable warning in proc.c for tilegx X-Git-Tag: v3.4-rc3~40^2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e72d5c7e9c831f6e393c71dcd62acafbac2b58d0;p=pandora-kernel.git arch/tile: avoid unused variable warning in proc.c for tilegx Until we push the unaligned access support for tilegx, it's silly to have arch/tile/kernel/proc.c generate a warning about an unused variable. Extend the #ifdef to cover all the code and data for now. Signed-off-by: Chris Metcalf --- Reading git-diff-tree failed