Bug 692066 - Latest git kernel doesn't build on PPC, undeclared identifier handle_iic_irq
Summary: Latest git kernel doesn't build on PPC, undeclared identifier handle_iic_irq
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: kernel
Version: rawhide
Hardware: powerpc
OS: Unspecified
unspecified
high
Target Milestone: ---
Assignee: Kyle McMartin
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-03-30 10:59 UTC by Karsten Hopp
Modified: 2015-09-01 03:53 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-04-01 11:51:38 UTC
Type: ---


Attachments (Terms of Use)

Description Karsten Hopp 2011-03-30 10:59:05 UTC
Description of problem:
kernel-2.6.39-0.rc1.git0.0.fc16 with tpm/ima disabled (commmit f80257e0479c02970d5ddadfe59157fac8526c40) doesn't build on PPC:



arch/powerpc/platforms/cell/interrupt.c: In function 'iic_host_map':
arch/powerpc/platforms/cell/interrupt.c:247:7: error: 'handle_iic_irq' undeclared (first use in this function)
arch/powerpc/platforms/cell/interrupt.c:247:7: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [arch/powerpc/platforms/cell/interrupt.o] Error 1
make[1]: *** [arch/powerpc/platforms/cell] Error 2



Logs are at http://ppc.koji.fedoraproject.org/koji/taskinfo?taskID=180880

Comment 1 Karsten Hopp 2011-03-30 11:07:00 UTC
https://lkml.org/lkml/2011/3/29/479

Comment 2 Karsten Hopp 2011-03-30 11:54:05 UTC
looks like even more PPC fixes are required, it still fails with that patch from comment #1:

In file included from arch/powerpc/sysdev/qe_lib/qe_ic.c:32:0:
/builddir/build/BUILD/kernel-2.6.38.fc15/linux-2.6.38.ppc/arch/powerpc/include/asm/qe_ic.h: In function 'qe_ic_cascade_low_ipic':
/builddir/build/BUILD/kernel-2.6.38.fc15/linux-2.6.38.ppc/arch/powerpc/include/asm/qe_ic.h:84:9: error: implicit declaration of function 'get_irq_desc_data' [-Werror=implicit-function-declaration]
/builddir/build/BUILD/kernel-2.6.38.fc15/linux-2.6.38.ppc/arch/powerpc/include/asm/qe_ic.h:84:24: warning: initialization makes pointer from integer without a cast [enabled by default]
/builddir/build/BUILD/kernel-2.6.38.fc15/linux-2.6.38.ppc/arch/powerpc/include/asm/qe_ic.h: In function 'qe_ic_cascade_high_ipic':
/builddir/build/BUILD/kernel-2.6.38.fc15/linux-2.6.38.ppc/arch/powerpc/include/asm/qe_ic.h:94:24: warning: initialization makes pointer from integer without a cast [enabled by default]
/builddir/build/BUILD/kernel-2.6.38.fc15/linux-2.6.38.ppc/arch/powerpc/include/asm/qe_ic.h: In function 'qe_ic_cascade_low_mpic':
/builddir/build/BUILD/kernel-2.6.38.fc15/linux-2.6.38.ppc/arch/powerpc/include/asm/qe_ic.h:104:24: warning: initialization makes pointer from integer without a cast [enabled by default]
/builddir/build/BUILD/kernel-2.6.38.fc15/linux-2.6.38.ppc/arch/powerpc/include/asm/qe_ic.h:106:9: error: implicit declaration of function 'get_irq_desc_chip' [-Werror=implicit-function-declaration]




http://ppc.koji.fedoraproject.org/koji/taskinfo?taskID=180948

Comment 3 Karsten Hopp 2011-04-01 11:51:38 UTC
fixed in the meantime, latest git builds again


Note You need to log in before you can comment on or make changes to this bug.