projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c12fe5
)
[POWERPC] Remove unused variable in hpte_decode()
author
Stephen Rothwell
<sfr@canb.auug.org.au>
Fri, 11 May 2007 05:38:34 +0000
(15:38 +1000)
committer
Paul Mackerras
<paulus@samba.org>
Sat, 12 May 2007 01:32:47 +0000
(11:32 +1000)
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/mm/hash_native_64.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/powerpc/mm/hash_native_64.c
b/arch/powerpc/mm/hash_native_64.c
index 59502c3222e31bc0df5bfcdae9ec2a091ddcc9ef..4a20d890e2f45be63cba2ea465941407935d3b4b 100644
(file)
--- 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;