Mailinglist Archive: opensuse-kernel (79 mails)
| < Previous | Next > |
[opensuse-kernel] undefined reference to page_to_nid
- From: Jan Engelhardt <jengelh@xxxxxxxxxx>
- Date: Sun, 6 Sep 2009 14:02:27 +0200 (CEST)
- Message-id: <alpine.LSU.2.00.0909061402180.16038@xxxxxxxxxxxxxxx>
Hi,
I bisected down the stack and patches.arch/mm-avoid-bad-page-on-lru
gives me a link-time error on i386/pae.
arch/x86/built-in.o: In function `dma_generic_alloc_coherent':
(.text+0x6b95): undefined reference to `page_to_nid'
arch/x86/built-in.o: In function `nommu_map_sg':
pci-nommu.c:(.text+0x805f): undefined reference to `page_to_nid'
arch/x86/built-in.o: In function `nommu_map_page':
pci-nommu.c:(.text+0x8168): undefined reference to `page_to_nid'
arch/x86/built-in.o: In function `machine_kexec':
(.text+0x1ca36): undefined reference to `page_to_nid'
arch/x86/built-in.o: In function `vmi_kmap_atomic_pte':
vmi_32.c:(.text+0x21567): undefined reference to `page_to_nid'
arch/x86/built-in.o:kvm.c:(.text+0x21c3e): more undefined references to
`page_to_nid' follow
--
To unsubscribe, e-mail: opensuse-kernel+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-kernel+help@xxxxxxxxxxxx
I bisected down the stack and patches.arch/mm-avoid-bad-page-on-lru
gives me a link-time error on i386/pae.
arch/x86/built-in.o: In function `dma_generic_alloc_coherent':
(.text+0x6b95): undefined reference to `page_to_nid'
arch/x86/built-in.o: In function `nommu_map_sg':
pci-nommu.c:(.text+0x805f): undefined reference to `page_to_nid'
arch/x86/built-in.o: In function `nommu_map_page':
pci-nommu.c:(.text+0x8168): undefined reference to `page_to_nid'
arch/x86/built-in.o: In function `machine_kexec':
(.text+0x1ca36): undefined reference to `page_to_nid'
arch/x86/built-in.o: In function `vmi_kmap_atomic_pte':
vmi_32.c:(.text+0x21567): undefined reference to `page_to_nid'
arch/x86/built-in.o:kvm.c:(.text+0x21c3e): more undefined references to
`page_to_nid' follow
--
To unsubscribe, e-mail: opensuse-kernel+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-kernel+help@xxxxxxxxxxxx
| < Previous | Next > |