diff options
-rw-r--r-- | arch/x86/mm/init.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/x86/mm/init.c b/arch/x86/mm/init.c index bc287d62bf1e..d7aea41563b3 100644 --- a/arch/x86/mm/init.c +++ b/arch/x86/mm/init.c | |||
@@ -65,10 +65,6 @@ static void __init find_early_table_space(struct map_range *mr, int nr_range) | |||
65 | #ifdef CONFIG_X86_32 | 65 | #ifdef CONFIG_X86_32 |
66 | extra += PMD_SIZE; | 66 | extra += PMD_SIZE; |
67 | #endif | 67 | #endif |
68 | /* The first 2/4M doesn't use large pages. */ | ||
69 | if (mr[i].start < PMD_SIZE) | ||
70 | extra += range; | ||
71 | |||
72 | ptes += (extra + PAGE_SIZE - 1) >> PAGE_SHIFT; | 68 | ptes += (extra + PAGE_SIZE - 1) >> PAGE_SHIFT; |
73 | } else { | 69 | } else { |
74 | ptes += (range + PAGE_SIZE - 1) >> PAGE_SHIFT; | 70 | ptes += (range + PAGE_SIZE - 1) >> PAGE_SHIFT; |