From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bob Liu Subject: [PATCH 2/2] xen: arch: x86: re-enable tmem for system up to 16Tb Date: Mon, 23 Sep 2013 10:23:35 +0800 Message-ID: <1379903015-15955-2-git-send-email-bob.liu@oracle.com> References: <1379903015-15955-1-git-send-email-bob.liu@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1379903015-15955-1-git-send-email-bob.liu@oracle.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xen.org Cc: Bob Liu , keir@xen.org, ian.campbell@citrix.com, jbeulich@suse.com List-Id: xen-devel@lists.xenproject.org tmem can work on system up to 16Tb after my privious patch "tmem: add full support for x86 up to 16Tb", so re-enabled it. Signed-off-by: Bob Liu --- xen/arch/x86/setup.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/xen/arch/x86/setup.c b/xen/arch/x86/setup.c index c550e8e..f73effe 100644 --- a/xen/arch/x86/setup.c +++ b/xen/arch/x86/setup.c @@ -25,7 +25,6 @@ #include #include #include -#include /* for opt_tmem only */ #include #include #include @@ -1160,13 +1159,6 @@ void __init __start_xen(unsigned long mbi_p) s = pfn_to_paddr(limit + 1); init_domheap_pages(s, e); } - - if ( opt_tmem ) - { - printk(XENLOG_WARNING - "TMEM physical RAM limit exceeded, disabling TMEM\n"); - opt_tmem = 0; - } } vm_init(); -- 1.7.10.4