| Hi There,   a little Problem with compiling Xen 3.0.3 and the 
Kernel 2.6.19.1:   Tested with the 
following packages:   Extract and:   # cd xen-VERSION # pico buildconfigs/mk.linux-2.6-xen   and change the Kernel SRC to 2.6.19.1   # LINUX_VER    = 
2.6.19.1   than i try:   # make world OR # make world ARCH=xen   i became the following errors: -- include/linux/gfp.h: In function 
'gfp_zone':include/linux/gfp.h:80: error: 'GFP_ZONEMASK' undeclared (first 
use in this function)
 include/linux/gfp.h:80: error: (Each undeclared 
identifier is reported only once
 include/linux/gfp.h:80: error: for each 
function it appears in.)
 include/linux/gfp.h:81: error: 'GFP_ZONETYPES' 
undeclared (first use in this function)
 make[5]: *** 
[arch/x86_64/kernel/asm-offsets.s] Error 1
 make[4]: *** [prepare0] Error 
2
 --   My CPU: Intel Core3Duo   Compile with the following Kernels, 
works fine: 2.6.16  2.6.17   Kernel 2.6.18 get the same Error as 
2.6.19.   Any Ideas what i can do to create an 2.6.19 
Xen Kernel?   Many thanks for help.   Greeds, Maybee |