File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 27
27
#include <linux/export.h>
28
28
#include <linux/mm.h>
29
29
#include <linux/page-flags.h>
30
- #include <linux/highmem.h>
31
30
#include <linux/pci.h>
32
31
#include <linux/gfp.h>
33
32
#include <linux/edd.h>
@@ -1229,12 +1228,6 @@ asmlinkage __visible void __init xen_start_kernel(void)
1229
1228
__supported_pte_mask &= ~_PAGE_GLOBAL ;
1230
1229
__default_kernel_pte_mask &= ~_PAGE_GLOBAL ;
1231
1230
1232
- /*
1233
- * Prevent page tables from being allocated in highmem, even
1234
- * if CONFIG_HIGHPTE is enabled.
1235
- */
1236
- __userpte_alloc_gfp &= ~__GFP_HIGHMEM ;
1237
-
1238
1231
/* Get mfn list */
1239
1232
xen_build_dynamic_phys_to_machine ();
1240
1233
Original file line number Diff line number Diff line change 41
41
* Jeremy Fitzhardinge <[email protected] >, XenSource Inc, 2007
42
42
*/
43
43
#include <linux/sched/mm.h>
44
- #include <linux/highmem.h>
45
44
#include <linux/debugfs.h>
46
45
#include <linux/bug.h>
47
46
#include <linux/vmalloc.h>
You can’t perform that action at this time.
0 commit comments