All of lore.kernel.org
 help / color / mirror / Atom feed
* [uml-devel] [PATCH] uml: Always use 3_LEVEL_PGTABLES on x86_64
@ 2013-01-24  0:22 Tristan Schmelcher
  0 siblings, 0 replies; only message in thread
From: Tristan Schmelcher @ 2013-01-24  0:22 UTC (permalink / raw)
  To: user-mode-linux-devel

From: Tristan Schmelcher <tschmelcher@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 <tschmelcher@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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-01-24  0:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-24  0:22 [uml-devel] [PATCH] uml: Always use 3_LEVEL_PGTABLES on x86_64 Tristan Schmelcher

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.