Skip to content
Commit d8ee6f34 authored by Michael Ellerman's avatar Michael Ellerman
Browse files

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: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent 40cc76e2
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment