==========================================================================
<...snip...>
#
# Firmware Drivers
#
# CONFIG_EDD is not set
# CONFIG_NOHIGHMEM is not set
CONFIG_HIGHMEM4G=y
CONFIG_HIGHMEM=y
CONFIG_MTRR=y
CONFIG_HAVE_DEC_LOCK=y
# CONFIG_REGPARM is not set
==========================================================================
<...snip...>
CC arch/xen/i386/mm/hypervisor.o
CC arch/xen/i386/mm/highmem.o
arch/xen/i386/mm/highmem.c: In function `kmap_atomic_pte':
arch/xen/i386/mm/highmem.c:58: error: `highmem_start_page' undeclared (first use in this function)
arch/xen/i386/mm/highmem.c:58: error: (Each undeclared identifier is reported only once
arch/xen/i386/mm/highmem.c:58: error: for each function it appears in.)
make[4]: *** [arch/xen/i386/mm/highmem.o] Error 1
make[3]: *** [arch/xen/i386/mm] Error 2
make[3]: Leaving directory `/root/xen-unstable/linux-2.6.11-xen0'
make[2]: *** [build] Error 2
make[2]: Leaving directory `/root/xen-unstable'
make[1]: *** [linux-2.6-xen0-build] Error 2
make[1]: Leaving directory `/root/xen-unstable'
make: *** [kernels] Error 1
[root@localhost xen-unstable]# vi ./linux-2.6.11-xen0/.config
You have new mail in /var/spool/mail/root
[root@localhost xen-unstable]#
==========================================================================