* error compiling 2.6.13.rc6 with realtime-preempt patch -rt2 ('quirk_via_irq')
@ 2005-08-16 11:41 Mr Machine
2005-08-16 12:02 ` Serge Noiraud
2005-08-16 12:23 ` Ingo Molnar
0 siblings, 2 replies; 4+ messages in thread
From: Mr Machine @ 2005-08-16 11:41 UTC (permalink / raw)
To: linux-kernel
i get this error during compile of pci drivers:
CC drivers/pci/access.o
CC drivers/pci/bus.o
CC drivers/pci/probe.o
CC drivers/pci/remove.o
CC drivers/pci/pci.o
CC drivers/pci/quirks.o
drivers/pci/quirks.c: In function ‘quirk_via_irq’:
drivers/pci/quirks.c:505: error: ‘vt8237_devfn’ undeclared (first use in
this function)
drivers/pci/quirks.c:505: error: (Each undeclared identifier is reported
only once
drivers/pci/quirks.c:505: error: for each function it appears in.)
drivers/pci/quirks.c:506: error: ‘quirk_via_irq_not’ undeclared (first
use in this function)
make[2]: *** [drivers/pci/quirks.o] Error 1
make[1]: *** [drivers/pci] Error 2
make: *** [drivers] Error 2
[mrmachine@localhost linux-2.6.12]$
if this helps, here's the realtime configuration section from my .config
file:
# CONFIG_LEGACY_TIMER is not set
CONFIG_HPET_TIMER=y
# CONFIG_HIGH_RES_TIMERS is not set
CONFIG_HPET_EMULATE_RTC=y
# CONFIG_SMP is not set
# CONFIG_PREEMPT_NONE is not set
# CONFIG_PREEMPT_VOLUNTARY is not set
CONFIG_PREEMPT_DESKTOP=y
# CONFIG_PREEMPT_RT is not set
CONFIG_PREEMPT=y
CONFIG_PREEMPT_SOFTIRQS=y
CONFIG_PREEMPT_HARDIRQS=y
# CONFIG_SPINLOCK_BKL is not set
CONFIG_PREEMPT_BKL=y
# CONFIG_PREEMPT_RCU is not set
# CONFIG_RCU_TORTURE_TEST is not set
CONFIG_ASM_SEMAPHORES=y
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
# CONFIG_X86_UP_APIC is not set
and from the pci driver section:
#
# Bus options (PCI, PCMCIA, EISA, MCA, ISA)
#
CONFIG_PCI=y
# CONFIG_PCI_GOBIOS is not set
# CONFIG_PCI_GOMMCONFIG is not set
# CONFIG_PCI_GODIRECT is not set
CONFIG_PCI_GOANY=y
CONFIG_PCI_BIOS=y
CONFIG_PCI_DIRECT=y
# CONFIG_PCIEPORTBUS is not set
# CONFIG_PCI_LEGACY_PROC is not set
CONFIG_PCI_NAMES=y
CONFIG_ISA_DMA_API=y
# CONFIG_ISA is not set
# CONFIG_MCA is not set
# CONFIG_SCx200 is not set
Please CC me on any replies.
shayne
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: error compiling 2.6.13.rc6 with realtime-preempt patch -rt2 ('quirk_via_irq')
2005-08-16 11:41 error compiling 2.6.13.rc6 with realtime-preempt patch -rt2 ('quirk_via_irq') Mr Machine
@ 2005-08-16 12:02 ` Serge Noiraud
2005-08-16 12:50 ` Ingo Molnar
2005-08-16 12:23 ` Ingo Molnar
1 sibling, 1 reply; 4+ messages in thread
From: Serge Noiraud @ 2005-08-16 12:02 UTC (permalink / raw)
To: Mr Machine, Ingo Molnar; +Cc: linux-kernel
mardi 16 Août 2005 13:41, Mr Machine wrote/a écrit :
> i get this error during compile of pci drivers:
>
> CC drivers/pci/access.o
> CC drivers/pci/bus.o
> CC drivers/pci/probe.o
> CC drivers/pci/remove.o
> CC drivers/pci/pci.o
> CC drivers/pci/quirks.o
> drivers/pci/quirks.c: In function ‘quirk_via_irq’:
> drivers/pci/quirks.c:505: error: ‘vt8237_devfn’ undeclared (first use in
> this function)
> drivers/pci/quirks.c:505: error: (Each undeclared identifier is reported
> only once
> drivers/pci/quirks.c:505: error: for each function it appears in.)
> drivers/pci/quirks.c:506: error: ‘quirk_via_irq_not’ undeclared (first
> use in this function)
> make[2]: *** [drivers/pci/quirks.o] Error 1
> make[1]: *** [drivers/pci] Error 2
> make: *** [drivers] Error 2
> [mrmachine@localhost linux-2.6.12]$
I have the same problem with rt1 and rt2.
One 'bizarre' thing : If I patch directly 2.6.13.rc6 with the RT patch, I have
an error on this driver with the first patch at 500 instead of 560!
Did we miss something ?
>
>
> if this helps, here's the realtime configuration section from my .config
> file:
>
> # CONFIG_LEGACY_TIMER is not set
> CONFIG_HPET_TIMER=y
> # CONFIG_HIGH_RES_TIMERS is not set
> CONFIG_HPET_EMULATE_RTC=y
> # CONFIG_SMP is not set
> # CONFIG_PREEMPT_NONE is not set
> # CONFIG_PREEMPT_VOLUNTARY is not set
> CONFIG_PREEMPT_DESKTOP=y
> # CONFIG_PREEMPT_RT is not set
> CONFIG_PREEMPT=y
> CONFIG_PREEMPT_SOFTIRQS=y
> CONFIG_PREEMPT_HARDIRQS=y
> # CONFIG_SPINLOCK_BKL is not set
> CONFIG_PREEMPT_BKL=y
> # CONFIG_PREEMPT_RCU is not set
> # CONFIG_RCU_TORTURE_TEST is not set
> CONFIG_ASM_SEMAPHORES=y
> CONFIG_RWSEM_XCHGADD_ALGORITHM=y
> # CONFIG_X86_UP_APIC is not set
>
>
> and from the pci driver section:
>
> #
> # Bus options (PCI, PCMCIA, EISA, MCA, ISA)
> #
> CONFIG_PCI=y
> # CONFIG_PCI_GOBIOS is not set
> # CONFIG_PCI_GOMMCONFIG is not set
> # CONFIG_PCI_GODIRECT is not set
> CONFIG_PCI_GOANY=y
> CONFIG_PCI_BIOS=y
> CONFIG_PCI_DIRECT=y
> # CONFIG_PCIEPORTBUS is not set
> # CONFIG_PCI_LEGACY_PROC is not set
> CONFIG_PCI_NAMES=y
> CONFIG_ISA_DMA_API=y
> # CONFIG_ISA is not set
> # CONFIG_MCA is not set
> # CONFIG_SCx200 is not set
>
> Please CC me on any replies.
>
> shayne
> -
> 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/
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: error compiling 2.6.13.rc6 with realtime-preempt patch -rt2 ('quirk_via_irq')
2005-08-16 12:02 ` Serge Noiraud
@ 2005-08-16 12:50 ` Ingo Molnar
0 siblings, 0 replies; 4+ messages in thread
From: Ingo Molnar @ 2005-08-16 12:50 UTC (permalink / raw)
To: Serge Noiraud; +Cc: Mr Machine, linux-kernel
* Serge Noiraud <serge.noiraud@bull.net> wrote:
> mardi 16 Août 2005 13:41, Mr Machine wrote/a écrit :
> > i get this error during compile of pci drivers:
> I have the same problem with rt1 and rt2.
i have fixed this in -rt4 (just uploaded).
> One 'bizarre' thing : If I patch directly 2.6.13.rc6 with the RT
> patch, I have an error on this driver with the first patch at 500
> instead of 560! Did we miss something ?
yeah, patch management mistake. (My repository had the full patch but
quilt didnt pick it up because i edited the file outside-of-quilt.)
Ingo
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: error compiling 2.6.13.rc6 with realtime-preempt patch -rt2 ('quirk_via_irq')
2005-08-16 11:41 error compiling 2.6.13.rc6 with realtime-preempt patch -rt2 ('quirk_via_irq') Mr Machine
2005-08-16 12:02 ` Serge Noiraud
@ 2005-08-16 12:23 ` Ingo Molnar
1 sibling, 0 replies; 4+ messages in thread
From: Ingo Molnar @ 2005-08-16 12:23 UTC (permalink / raw)
To: Mr Machine; +Cc: linux-kernel
* Mr Machine <machinehasnoagenda@gmail.com> wrote:
> i get this error during compile of pci drivers:
> if this helps, here's the realtime configuration section from my
> .config file:
could you send me the full .config file? That's the easiest way for me
to reproduce your build problem.
Ingo
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2005-08-16 12:49 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-16 11:41 error compiling 2.6.13.rc6 with realtime-preempt patch -rt2 ('quirk_via_irq') Mr Machine
2005-08-16 12:02 ` Serge Noiraud
2005-08-16 12:50 ` Ingo Molnar
2005-08-16 12:23 ` Ingo Molnar
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.