export a missing symbol, IIRC xfs needs that one. Signed-off-by: Gerd Knorr <[EMAIL PROTECTED]> --- arch/um/kernel/um_arch.c | 1 + 1 files changed, 1 insertion(+)
Index: uml-2.6.9-rc2/arch/um/kernel/um_arch.c =================================================================== --- uml-2.6.9-rc2.orig/arch/um/kernel/um_arch.c 2004-09-16 16:34:51.777620148 +0200 +++ uml-2.6.9-rc2/arch/um/kernel/um_arch.c 2004-09-16 16:44:39.249193721 +0200 @@ -301,6 +301,7 @@ static void __init uml_postsetup(void) /* Set during early boot */ unsigned long brk_start; unsigned long end_iomem; +EXPORT_SYMBOL(end_iomem); #define MIN_VMALLOC (32 * 1024 * 1024) -- #define printk(args...) fprintf(stderr, ## args) ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ User-mode-linux-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
