commit | e72d5c7e9c831f6e393c71dcd62acafbac2b58d0 | [log] [tgz] |
---|---|---|
author | Chris Metcalf <cmetcalf@tilera.com> | Wed Apr 11 12:45:20 2012 -0400 |
committer | Chris Metcalf <cmetcalf@tilera.com> | Wed Apr 11 12:45:20 2012 -0400 |
tree | 0738f5a2e71bffa4c7b17cc4217f254cb0e39432 | |
parent | d1640130cda146ed925f12434bfe579ee7d80a1c [diff] |
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 <cmetcalf@tilera.com>