Messages in this thread |  | | | Date | Fri, 6 Aug 2004 21:58:05 +0200 | | From | Adrian Bunk <> | | Subject | 2.6.8-rc3-mm1: PROC_FS=n link errors |
| |
On Thu, Aug 05, 2004 at 03:19:18AM -0700, Andrew Morton wrote: >... > Changes since 2.6.8-rc2-mm2: >... > +consolidate-prof_cpu_mask.patch >... > +profile_tick.patch >... > Consolidate a lot of the kernel profiling code. >...
Theses patches cause the following link errors with CONFIG_PROC_FS=n:
<-- snip -->
... LD .tmp_vmlinux1 arch/i386/kernel/built-in.o(.text+0x45ce): In function `init_irq_proc': : undefined reference to `create_prof_cpu_mask' arch/i386/kernel/built-in.o(.text+0xfaf8): In function `smp_apic_timer_interrupt': : undefined reference to `profile_tick' arch/i386/kernel/built-in.o(.text+0xfc68): In function `smp_local_timer_interrupt': : undefined reference to `profile_tick' kernel/built-in.o(.sched.text+0x46): In function `schedule': : undefined reference to `profile_hit' make: *** [.tmp_vmlinux1] Error 1
<-- snip -->
cu Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |