From: Michael Ellerman Date: Wed, 12 Nov 2014 05:54:54 +0000 (+1100) Subject: powerpc/xmon: Fix build when 4xx=y and 44x=n X-Git-Tag: omap-for-v3.19/fixes-rc1~123^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8ee6f34fdd28ade6b7b3a9be175bc5c0c3cfb38;p=pandora-kernel.git powerpc/xmon: Fix build when 4xx=y and 44x=n dump_tlb_44x() is only defined when 44x=y, but the ifdef in xmon.c checks for 4xx, leading to a build failure: arch/powerpc/xmon/xmon.c:912:4: error: implicit declaration of function 'dump_tlb_44x' Signed-off-by: Michael Ellerman --- Reading git-diff-tree failed