Re: PROBLEM: (AGP/SMP) following code leads to include errors (ERRORLOG UPDATE)

From: Eric
Date: Sat Nov 15 2003 - 07:30:47 EST


Previous post contained a wrong logfile, this is the correct one.


In file included from /usr/src/linux-2.6.0-test9/include/asm/smp.h:18,
from /usr/src/linux-2.6.0-test9/include/linux/smp.h:17,
from /usr/src/linux-2.6.0-test9/include/linux/sched.h:23,
from /usr/src/linux-2.6.0-test9/include/linux/mm.h:4,
from tmp_vmasrc.c:3:
/usr/src/linux-2.6.0-test9/include/asm/mpspec.h:6:25: mach_mpspec.h: No such file or directory
In file included from /usr/src/linux-2.6.0-test9/include/asm/smp.h:18,
from /usr/src/linux-2.6.0-test9/include/linux/smp.h:17,
from /usr/src/linux-2.6.0-test9/include/linux/sched.h:23,
from /usr/src/linux-2.6.0-test9/include/linux/mm.h:4,
from tmp_vmasrc.c:3:
/usr/src/linux-2.6.0-test9/include/asm/mpspec.h:8: error: `MAX_MP_BUSSES' undeclared here (not in a function)
/usr/src/linux-2.6.0-test9/include/asm/mpspec.h:9: error: `MAX_MP_BUSSES' undeclared here (not in a function)
/usr/src/linux-2.6.0-test9/include/asm/mpspec.h:10: error: `MAX_MP_BUSSES' undeclared here (not in a function)
/usr/src/linux-2.6.0-test9/include/asm/mpspec.h:12: error: `MAX_MP_BUSSES' undeclared here (not in a function)
/usr/src/linux-2.6.0-test9/include/asm/mpspec.h:19: error: `MAX_APICS' undeclared here (not in a function)
/usr/src/linux-2.6.0-test9/include/asm/mpspec.h:20: error: `MAX_MP_BUSSES' undeclared here (not in a function)
/usr/src/linux-2.6.0-test9/include/asm/mpspec.h:20: error: conflicting types for `mp_bus_id_to_type'
/usr/src/linux-2.6.0-test9/include/asm/mpspec.h:8: error: previous declaration of `mp_bus_id_to_type'
/usr/src/linux-2.6.0-test9/include/asm/mpspec.h:22: error: `MAX_IRQ_SOURCES' undeclared here (not in a function)
/usr/src/linux-2.6.0-test9/include/asm/mpspec.h:24: error: `MAX_MP_BUSSES' undeclared here (not in a function)
/usr/src/linux-2.6.0-test9/include/asm/mpspec.h:24: error: conflicting types for `mp_bus_id_to_pci_bus'
/usr/src/linux-2.6.0-test9/include/asm/mpspec.h:12: error: previous declaration of `mp_bus_id_to_pci_bus'
/usr/src/linux-2.6.0-test9/include/asm/mpspec.h:54: error: `MAX_APICS' undeclared here (not in a function)
In file included from /usr/src/linux-2.6.0-test9/include/asm/smp.h:20,
from /usr/src/linux-2.6.0-test9/include/linux/smp.h:17,
from /usr/src/linux-2.6.0-test9/include/linux/sched.h:23,
from /usr/src/linux-2.6.0-test9/include/linux/mm.h:4,
from tmp_vmasrc.c:3:
/usr/src/linux-2.6.0-test9/include/asm/io_apic.h:120: error: `MAX_IRQ_SOURCES' undeclared here (not in a function)
/usr/src/linux-2.6.0-test9/include/asm/io_apic.h:120: error: conflicting types for `mp_irqs'
/usr/src/linux-2.6.0-test9/include/asm/mpspec.h:22: error: previous declaration of `mp_irqs'
In file included from /usr/src/linux-2.6.0-test9/include/linux/smp.h:17,
from /usr/src/linux-2.6.0-test9/include/linux/sched.h:23,
from /usr/src/linux-2.6.0-test9/include/linux/mm.h:4,
from tmp_vmasrc.c:3:
/usr/src/linux-2.6.0-test9/include/asm/smp.h:73:26: mach_apicdef.h: No such file or directory