Index: head-2006-02-23/drivers/xen/net_driver_util.c =================================================================== --- head-2006-02-23.orig/drivers/xen/net_driver_util.c 2006-02-23 11:55:09.000000000 +0100 +++ head-2006-02-23/drivers/xen/net_driver_util.c 2006-02-24 10:35:43.000000000 +0100 @@ -30,6 +30,7 @@ #include #include +#include #include @@ -54,7 +55,7 @@ int xen_net_read_mac(struct xenbus_devic kfree(macstr); return 0; } - +EXPORT_SYMBOL(xen_net_read_mac); /* * Local variables: Index: head-2006-02-23/arch/i386/mm/init-xen.c =================================================================== --- head-2006-02-23.orig/arch/i386/mm/init-xen.c 2006-02-23 11:57:29.000000000 +0100 +++ head-2006-02-23/arch/i386/mm/init-xen.c 2006-02-24 10:57:45.000000000 +0100 @@ -454,6 +454,7 @@ void zap_low_mappings (void) static int disable_nx __initdata = 0; u64 __supported_pte_mask __read_mostly = ~_PAGE_NX; +EXPORT_SYMBOL(__supported_pte_mask); /* * noexec = on|off