# HG changeset patch # User iap10@labyrinth.cl.cam.ac.uk # Date 1058113016 0 # Node ID 729e25262c44d4280c7aef46ea30013569f0689b # Parent 2302a65a8f7a1b54e2b5a6cbe8957cec2e6a8a6c bitkeeper revision 1.343 (3f1185f8LtpFl0Oco6NKylLtg11l2A) misc fixes diff -r 2302a65a8f7a -r 729e25262c44 xen/common/memory.c --- a/xen/common/memory.c Sun Jul 13 12:42:09 2003 +0000 +++ b/xen/common/memory.c Sun Jul 13 16:16:56 2003 +0000 @@ -184,7 +184,7 @@ /* Domain 0 is allowed to submit requests on behalf of others. */ #define DOMAIN_OKAY(_f) \ - (((_f) & PG_domain_mask) == current->domain) + ((((_f) & PG_domain_mask) == current->domain) || (current->domain == 0)) /* 'get' checks parameter for validity before inc'ing refcnt. */ static int get_l2_table(unsigned long page_nr); diff -r 2302a65a8f7a -r 729e25262c44 xenolinux-2.4.21-sparse/arch/xeno/defconfig --- a/xenolinux-2.4.21-sparse/arch/xeno/defconfig Sun Jul 13 12:42:09 2003 +0000 +++ b/xenolinux-2.4.21-sparse/arch/xeno/defconfig Sun Jul 13 16:16:56 2003 +0000 @@ -131,9 +131,9 @@ CONFIG_XENOLINUX_BLOCK=y # Character devices # CONFIG_XEN_CONSOLE=y -# CONFIG_VT is not set -# CONFIG_VGA_CONSOLE is not set -# CONFIG_DUMMY_CONSOLE is not set +CONFIG_VT=y +CONFIG_VGA_CONSOLE=y +CONFIG_DUMMY_CONSOLE=y # CONFIG_PSMOUSE is not set # CONFIG_UNIX98_PTYS is not set