[patch 1/8] uml: add modversions support

From: blaisorblade
Date: Thu May 26 2005 - 20:14:58 EST



Actually, the real support was added by some earlier patches. Now we simply
re-enable the config. option. I've actually tested it and it works well.

Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@xxxxxxxx>
---

linux-2.6.git-paolo/init/Kconfig | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN init/Kconfig~uml-modversions-resupport init/Kconfig
--- linux-2.6.git/init/Kconfig~uml-modversions-resupport 2005-05-25 01:34:19.000000000 +0200
+++ linux-2.6.git-paolo/init/Kconfig 2005-05-25 01:34:19.000000000 +0200
@@ -442,7 +442,7 @@ config OBSOLETE_MODPARM

config MODVERSIONS
bool "Module versioning support (EXPERIMENTAL)"
- depends on MODULES && EXPERIMENTAL && !UML
+ depends on MODULES && EXPERIMENTAL
help
Usually, you have to use modules compiled with your kernel.
Saying Y here makes it sometimes possible to use modules
_
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/