[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 2/2] xen: arch: x86: re-enable tmem for system up to 16Tb
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 <bob.liu@xxxxxxxxxx> --- 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 <xen/dmi.h> #include <xen/pfn.h> #include <xen/nodemask.h> -#include <xen/tmem_xen.h> /* for opt_tmem only */ #include <xen/watchdog.h> #include <public/version.h> #include <compat/platform.h> @@ -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 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |