Hi Martin,

On Sat, Apr 16, 2011 at 4:04 PM, Martin Walch <walch.mar...@web.de> wrote:
> Hello UML maintainers,
>
> I have run into a problem making a uml kernel for SUBARCH=i386 with support
> for XFS. This looks like a regression. Can you please take a look at
>
> https://bugzilla.kernel.org/show_bug.cgi?id=32812

The cmpxchg8b_emu issue is already known and fixed.
See:
http://git.kernel.org/linus/084189a

For the atomic64_read_386 issue I've attached a patch.
WARING: It's only compile time tested. :)

Please apply both and retry.

Thanks,
//richard

> Thank you.
>
> Martin Walch
> --
>
> ------------------------------------------------------------------------------
> Benefiting from Server Virtualization: Beyond Initial Workload
> Consolidation -- Increasing the use of server virtualization is a top
> priority.Virtualization can reduce costs, simplify management, and improve
> application availability and disaster protection. Learn more about boosting
> the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
> _______________________________________________
> User-mode-linux-devel mailing list
> User-mode-linux-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
>



-- 
Thanks,
//richard
diff --git a/arch/um/Kconfig.x86 b/arch/um/Kconfig.x86
index a9da516..229c6f0 100644
--- a/arch/um/Kconfig.x86
+++ b/arch/um/Kconfig.x86
@@ -8,6 +8,10 @@ config CMPXCHG_LOCAL
 	bool
 	default n
 
+config X86_CMPXCHG64
+	bool
+	default n
+
 source "arch/x86/Kconfig.cpu"
 
 endmenu
------------------------------------------------------------------------------
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

Reply via email to