Hello,
I’m trying to build a kernel, however I have
the following warnings:
[root@atlas xen-3.0.1]# make linux-2.6-xen-build
make -f buildconfigs/mk.linux-2.6-xen build
make[1]: Entering directory `/usr/src/xen-3.0.1'
if grep "^CONFIG_MODULES="
linux-2.6.12-xen/.config ; then \
make -C linux-2.6.12-xen ARCH=xen modules ; \
make -C linux-2.6.12-xen ARCH=xen
INSTALL_MOD_PATH=/usr/src/xen-3.0.1/dist/install modules_install ; \
fi
CONFIG_MODULES=y
make[2]: Entering directory
`/usr/src/xen-3.0.1/linux-2.6.12-xen'
CHK include/linux/version.h
make[3]: `arch/i386/kernel/asm-offsets.s' is up to
date.
Building modules, stage 2.
MODPOST
*** Warning: "sys_munlock"
[arch/xen/i386/kernel/microcode.ko] undefined!
*** Warning: "sys_mlock"
[arch/xen/i386/kernel/microcode.ko] undefined!
Can anyone tell me if this is a problem?
Thanks
Rodolfo