From: Michael Ellerman Date: Thu, 8 May 2008 04:27:09 +0000 (+1000) Subject: [POWERPC] Remove duplicate variable definitions in mm/tlb_64.c X-Git-Tag: v2.6.27-rc1~1058^2~214 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c884116ac375c5dd137109b58acaa9cf50164796;p=pandora-kernel.git [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 Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed