git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40cc76e
)
powerpc/xmon: Fix build when 4xx=y and 44x=n
author
Michael Ellerman
<mpe@ellerman.id.au>
Wed, 12 Nov 2014 05:54:54 +0000
(16:54 +1100)
committer
Michael Ellerman
<mpe@ellerman.id.au>
Wed, 12 Nov 2014 05:54:54 +0000
(16:54 +1100)
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>
No differences found