Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 218253 - linux 2.6.25 does not export flush_tlb_page and friends on amd64
Summary: linux 2.6.25 does not export flush_tlb_page and friends on amd64
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Kernel Bug Wranglers and Kernel Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 218196
  Show dependency tree
 
Reported: 2008-04-18 11:40 UTC by Luca Barbato
Modified: 2008-04-19 08:31 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Luca Barbato gentoo-dev 2008-04-18 11:40:32 UTC
other arches do

grep -r flush_tlb_page /usr/src/linux  | grep EXPORT
/usr/src/linux/arch/mips/kernel/smp.c:EXPORT_SYMBOL(flush_tlb_page);
/usr/src/linux/arch/m32r/kernel/m32r_ksyms.c:EXPORT_SYMBOL(smp_flush_tlb_page);
/usr/src/linux/arch/alpha/kernel/smp.c:EXPORT_SYMBOL(flush_tlb_page);
/usr/src/linux/arch/x86/kernel/smp_32.c:EXPORT_SYMBOL(flush_tlb_page);
/usr/src/linux/arch/x86/mach-voyager/voyager_smp.c:EXPORT_SYMBOL(flush_tlb_page);
/usr/src/linux/arch/ppc/kernel/ppc_ksyms.c:EXPORT_SYMBOL(flush_tlb_page);
/usr/src/linux/arch/powerpc/kernel/ppc_ksyms.c:EXPORT_SYMBOL(flush_tlb_page);
Comment 1 Daniel Drake (RETIRED) gentoo-dev 2008-04-19 08:31:24 UTC
As discussed on IRC the change was intentional and those other exports will be removed over time. I'm sorry that this stuff makes your life hard with ATI.