diff options
| -rw-r--r-- | arch/x86/mm/init_32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/mm/init_32.c b/arch/x86/mm/init_32.c index 00c1d8508258..0a3707fb973b 100644 --- a/arch/x86/mm/init_32.c +++ b/arch/x86/mm/init_32.c | |||
| @@ -1060,7 +1060,7 @@ unsigned long __init_refok init_memory_mapping(unsigned long start, | |||
| 1060 | 1060 | ||
| 1061 | __flush_tlb_all(); | 1061 | __flush_tlb_all(); |
| 1062 | 1062 | ||
| 1063 | if (!after_bootmem) | 1063 | if (!after_bootmem && table_end > table_start) |
| 1064 | reserve_early(table_start << PAGE_SHIFT, | 1064 | reserve_early(table_start << PAGE_SHIFT, |
| 1065 | table_end << PAGE_SHIFT, "PGTABLE"); | 1065 | table_end << PAGE_SHIFT, "PGTABLE"); |
| 1066 | 1066 | ||
