Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

SMP not supported for XEN3_DOM0 ?



Hi all,

i'm trying to compile new Xen3 dom0 kernel with smp support. But i have this error message :

--- cpu.o ---
cc1: warnings being treated as errors
/usr/src/sys/arch/xen/x86/cpu.c: In function 'cpu_init_first':
/usr/src/sys/arch/xen/x86/cpu.c:206: warning: implicit declaration of function 'lapic_cpu_number' /usr/src/sys/arch/xen/x86/cpu.c:597:16: error: macro "CPU_STARTUP" requires 2 arguments, but only 1 given
/usr/src/sys/arch/xen/x86/cpu.c: In function 'cpu_start_secondary':
/usr/src/sys/arch/xen/x86/cpu.c:597: error: 'CPU_STARTUP' undeclared (first use in this function) /usr/src/sys/arch/xen/x86/cpu.c:597: error: (Each undeclared identifier is reported only once
/usr/src/sys/arch/xen/x86/cpu.c:597: error: for each function it appears in.)
/usr/src/sys/arch/xen/x86/cpu.c: In function 'cpu_hatch':
/usr/src/sys/arch/xen/x86/cpu.c:665: warning: implicit declaration of function 'lapic_enable' /usr/src/sys/arch/xen/x86/cpu.c:666: warning: implicit declaration of function 'lapic_initclocks' /usr/src/sys/arch/xen/x86/cpu.c:677: warning: implicit declaration of function 'lapic_set_lvt' /usr/src/sys/arch/xen/x86/cpu.c:686: error: 'lapic_tpr' undeclared (first use in this function) /usr/src/sys/arch/xen/x86/cpu.c:687: warning: implicit declaration of function 'enable_intr' /usr/src/sys/arch/xen/x86/cpu.c:691: warning: implicit declaration of function 'cc_microset'
/usr/src/sys/arch/xen/x86/cpu.c: In function 'cpu_set_tss_gates':
/usr/src/sys/arch/xen/x86/cpu.c:763: warning: implicit declaration of function 'tss_init' /usr/src/sys/arch/xen/x86/cpu.c:766: error: 'sd' undeclared (first use in this function)
*** [cpu.o] Error code 1
1 error

nbmake: stopped in /usr/obj/sys/arch/i386/compile/XEN3_DOM0_ZAT

ERROR: Failed to make all in /usr/src/../obj/sys/arch/i386/compile/XEN3_DOM0_ZAT
*** BUILD ABORTED ***

So is xen3 dom0 support SMP ?

PS : you can find my conf files here : http://zatmania.free.fr/xen/

zat


Home | Main Index | Thread Index | Old Index