[POWERPC] Remove duplicate variable definitions in mm/tlb_64.c
commitc884116ac375c5dd137109b58acaa9cf50164796
authorMichael Ellerman <michael@ellerman.id.au>
Thu, 8 May 2008 04:27:09 +0000 (8 14:27 +1000)
committerPaul Mackerras <paulus@samba.org>
Wed, 14 May 2008 12:31:49 +0000 (14 22:31 +1000)
tree4ff84580e67c3b164baaa2c7c70b75f51d332411
parent572fb578de59efaaa8d197b0183db43b1128a06e
[POWERPC] Remove duplicate variable definitions in mm/tlb_64.c

Somewhere along the way (e28f7faf05159f1cfd564596f5e6178edba6bd49,
"Four level pagetables for ppc64") we ended up with duplicate
definitions for pte_freelist_cur and pte_freelist_force_free.
Somehow this compiles, but it would be better to just have one
definition for each.

The two definitions we end up with can be static too!

Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/mm/tlb_64.c