All of lore.kernel.org
 help / color / mirror / Atom feed
* 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

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.