Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=8980ae86779288b19554426d71986f04c05f7a49
Commit:     8980ae86779288b19554426d71986f04c05f7a49
Parent:     0c12fe5697f12c7d1d203d8152dc6382244ec1d3
Author:     Stephen Rothwell <[EMAIL PROTECTED]>
AuthorDate: Fri May 11 15:38:34 2007 +1000
Committer:  Paul Mackerras <[EMAIL PROTECTED]>
CommitDate: Sat May 12 11:32:47 2007 +1000

    [POWERPC] Remove unused variable in hpte_decode()
    
    Signed-off-by: Stephen Rothwell <[EMAIL PROTECTED]>
    Signed-off-by: Paul Mackerras <[EMAIL PROTECTED]>
---
 arch/powerpc/mm/hash_native_64.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/powerpc/mm/hash_native_64.c b/arch/powerpc/mm/hash_native_64.c
index 59502c3..4a20d89 100644
--- a/arch/powerpc/mm/hash_native_64.c
+++ b/arch/powerpc/mm/hash_native_64.c
@@ -351,7 +351,7 @@ static void hpte_decode(hpte_t *hpte, unsigned long slot,
        unsigned long hpte_r = hpte->r;
        unsigned long hpte_v = hpte->v;
        unsigned long avpn;
-       int i, size, shift, penc, avpnm_bits;
+       int i, size, shift, penc;
 
        if (!(hpte_v & HPTE_V_LARGE))
                size = MMU_PAGE_4K;
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to