commit | 2a2c29c1a581319f4485af55e8d628d89e8f2583 | [log] [tgz] |
---|---|---|
author | Stratos Psomadakis <psomas@cslab.ece.ntua.gr> | Sat May 07 04:11:31 2011 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Thu May 19 14:30:41 2011 +1000 |
tree | 46697cbb6e570d8eb3be18c4f44dd42819530a47 | |
parent | af442a1baa6d00117cc7e7377ce7e6a545268684 [diff] |
powerpc/mm: Fix compiler warning in pgtable-ppc64.h [-Wunused-but-set-variable] The variable 'old' is set but not used in the wrprotect functions in arch/powerpc/include/asm/pgtable-ppc64.h, which can trigger a compiler warning. Remove the variable, since it's not used anyway. Signed-off-by: Stratos Psomadakis <psomas@ece.ntua.gr> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>