From: Tristan Schmelcher <tschmelc...@google.com> Use 3_LEVEL_PGTABLES on x86_64 even if EXPERIMENTAL is off, since otherwise UML does not work. Applies to 3.7.1.
Signed-off-by: Tristan Schmelcher <tschmelc...@google.com> --- I'm not clear on the patch procedure for UML. Assuming you guys like this, do I send it directly to Linus? --- linux-3.7.1/arch/x86/um/Kconfig.orig 2013-01-23 15:50:12.671408478 -0800 +++ linux-3.7.1/arch/x86/um/Kconfig 2013-01-23 15:44:38.321878377 -0800 @@ -39,7 +39,7 @@ config RWSEM_GENERIC_SPINLOCK config 3_LEVEL_PGTABLES bool "Three-level pagetables (EXPERIMENTAL)" if !64BIT default 64BIT - depends on EXPERIMENTAL + depends on EXPERIMENTAL || 64BIT help Three-level pagetables will let UML have more than 4G of physical memory. All the memory that can't be mapped directly will be treated ------------------------------------------------------------------------------ Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft MVPs and experts. ON SALE this month only -- learn more at: http://p.sf.net/sfu/learnnow-d2d _______________________________________________ User-mode-linux-devel mailing list User-mode-linux-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel