Bug 113365 - compile error during link when enabling APIC support
Summary: compile error during link when enabling APIC support
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise Linux 3
Classification: Red Hat
Component: kernel
Version: 3.0
Hardware: athlon
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Arjan van de Ven
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-01-13 09:21 UTC by Ronny Bremer
Modified: 2007-11-30 22:07 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-01-13 13:33:27 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Ronny Bremer 2004-01-13 09:21:09 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4)
Gecko/20030612

Description of problem:
installed kernel source
cp configs/kernel-2.4.21-athlon.config .config
make oldconfig
make menuconfig
-> turned on "enable APIC support on single processor" and "IO APIC"
make dep
make bzImage
-> got compile error: arch/i386/kernel/kernel.o(.text+0x404b): In
function 'enable_irq': undefined reference to 'send_IPI_self'



Version-Release number of selected component (if applicable):
kernel-2.4.21-4.0.2.EL

How reproducible:
Always

Steps to Reproduce:
1.see steps above
2.
3.
    

Actual Results:  link error

Expected Results:  successful compile

Additional info:

Comment 1 Arjan van de Ven 2004-01-13 13:33:27 UTC
There is a reason we don't enable this config option: it is broken on
a LOT of machines and even when it's not, it only provides very very
marginal gain if any at all.

Self compiled kernels aren't supported; in addition we cannot make
every possible combination of kernel options work.
 You also forgot to do "make mrproper" as very first step, and
occasionally you need a make oldconfig after make menuconfig.


Note You need to log in before you can comment on or make changes to this bug.