mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-16 22:10:24 +00:00
[POWERPC] Remove unused variable in hpte_decode()
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
parent
0c12fe5697
commit
8980ae8677
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user