From: Gerd Knorr <kraxel@bytesex.org>

export a missing symbol, IIRC xfs needs that one.

Signed-off-by: Gerd Knorr <kraxel@bytesex.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 25-akpm/arch/um/kernel/um_arch.c |    1 +
 1 files changed, 1 insertion(+)

diff -puN arch/um/kernel/um_arch.c~uml-symbol-export arch/um/kernel/um_arch.c
--- 25/arch/um/kernel/um_arch.c~uml-symbol-export	Thu Dec  9 14:00:47 2004
+++ 25-akpm/arch/um/kernel/um_arch.c	Thu Dec  9 14:00:47 2004
@@ -295,6 +295,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)
 
_