search for: opt_allow_hugepag

Displaying 1 result from an estimated 1 matches for "opt_allow_hugepag".

Did you mean: opt_allow_hugepage
2008 Nov 04
7
[PATCH 1/1] Xen PV support for hugepages
...xen-unstable//./xen/include/asm-x86/mm.h 2008-10-02 14:23:17.000000000 -0500 +++ xen-hpage/./xen/include/asm-x86/mm.h 2008-11-04 08:24:35.000000000 -0600 @@ -240,6 +240,8 @@ pae_copy_root(struct vcpu *v, l3_pgentry int check_descriptor(const struct domain *, struct desc_struct *d); +extern int opt_allow_hugepage; + /****************************************************************************** * With shadow pagetables, the different kinds of address start * to get get confusing. --- xen-unstable//./xen/include/asm-x86/x86_32/page.h 2008-07-17 09:49:27.000000000 -0500 +++ xen-hpage/./xen/include/asm-...