* 2.6.25-rc3 Sequoia build - section mismatch(es)
2008-02-24 13:38 ` Josh Boyer
@ 2008-02-28 23:07 ` Steve Heflin
0 siblings, 0 replies; 2+ messages in thread
From: Steve Heflin @ 2008-02-28 23:07 UTC (permalink / raw)
To: linuxppc-embedded
Upon building the default Sequoia (AMCC-440EPx) configuration, the
MODPOST step warns about section mismatches:
WARNING: modpost: Found 5 section mismatch(es).
To see full details build your kernel with:
'make CONFIG_DEBUG_SECTION_MISMATCH=y'
After using the
^ permalink raw reply [flat|nested] 2+ messages in thread
* 2.6.25-rc3 Sequoia build - section mismatch(es)
@ 2008-02-28 23:21 Steve Heflin
0 siblings, 0 replies; 2+ messages in thread
From: Steve Heflin @ 2008-02-28 23:21 UTC (permalink / raw)
To: linuxppc-embedded
Upon building the default Sequoia (AMCC-440EPx) configuration, the
MODPOST step warns about section mismatches:
WARNING: modpost: Found 5 section mismatch(es).
To see full details build your kernel with:
'make CONFIG_DEBUG_SECTION_MISMATCH=y'
After using the CONFIG_DEBUG_SECTION_MISMATCH option, the section
mismatches are cases in one of the following:
1) functions in the device initialization (.devinit)
calls routines which are contained in the .text section;
2) functions in the device init section calls routines in the
device exit section;
3) data structures in the .data section contain pointers to
functions in the .devinit section or .devexit section; (note that
these data structures are used during initialization)
My question is, will this cause the code to malfunction?
thanks,
Steve
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-02-28 23:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-28 23:21 2.6.25-rc3 Sequoia build - section mismatch(es) Steve Heflin
-- strict thread matches above, loose matches on Subject: below --
2008-02-24 10:17 Status of 5200B and 440 Kernel Support Albrecht Dreß
2008-02-24 13:38 ` Josh Boyer
2008-02-28 23:07 ` 2.6.25-rc3 Sequoia build - section mismatch(es) Steve Heflin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).