On Mon, 12 Sep 2005 20:34:17 -0700 (PDT) Linus Torvalds (LT) wrote: LT> Ok, it's been two weeks (actually, two weeks and one day) since 2.6.13, LT> and that means that the merge window is closed. I've released a LT> 2.6.14-rc1, and we're now all supposed to help just clean up and fix LT> everything, and aim for a really solid 2.6.14 release. I'm getting a linker error due to disable_timer_pin_1, which is defined in io_apic.c as int disable_timer_pin_1 __initdata; but I'm building with CONFIG_X86_UP_APIC=y # CONFIG_X86_UP_IOAPIC is not set CONFIG_X86_LOCAL_APIC=y The error is in setup.c, which can't find the variable since io_apic.c isn't being compiled in. arch/i386/kernel/built-in.o(.init.text+0xd51): In function `parse_cmdline_early': : undefined reference to `disable_timer_pin_1' make: *** [.tmp_vmlinux1] Error 1 -Udo.
Attachment:
pgp57voLscB1p.pgp
Description: PGP signature
- References:
- "Read my lips: no more merges" - aka Linux 2.6.14-rc1
- From: Linus Torvalds <[email protected]>
- "Read my lips: no more merges" - aka Linux 2.6.14-rc1
- Prev by Date: Re: [patch] x86: fix ESP corruption CPU bug (take 2)
- Next by Date: 2.6.14-rc1 BUG: spinlock wrong owner on CPU#0
- Previous by thread: Re: "Read my lips: no more merges" - aka Linux 2.6.14-rc1
- Next by thread: Re: "Read my lips: no more merges" - aka Linux 2.6.14-rc1
- Index(es):