]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/xmon: Fix build when 4xx=y and 44x=n
authorMichael Ellerman <mpe@ellerman.id.au>
Wed, 12 Nov 2014 05:54:54 +0000 (16:54 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 12 Nov 2014 05:54:54 +0000 (16:54 +1100)
commitd9a1b6bae6eb06752872eff7b127726391d238a3
tree01fc89a393e4d4e918296a0a5cb721545be73c89
parent026e557a05c4b8d71e273bfae3ee218b301ce91d
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 <mpe@ellerman.id.au>
arch/powerpc/xmon/xmon.c