* [patch] uml: symbol export
@ 2004-12-07 14:36 Gerd Knorr
0 siblings, 0 replies; only message in thread
From: Gerd Knorr @ 2004-12-07 14:36 UTC (permalink / raw)
To: Andrew Morton, Linux Kernel Mailing List, uml devel, Jeff Dike,
Blaisorblade
export a missing symbol, IIRC xfs needs that one.
Signed-off-by: Gerd Knorr <kraxel@bytesex.org>
---
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)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-12-07 15:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-07 14:36 [patch] uml: symbol export Gerd Knorr
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox