Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 138672
b: refs/heads/master
c: d58e854
h: refs/heads/master
v: v3
  • Loading branch information
Pekka Enberg authored and Ingo Molnar committed Mar 5, 2009
1 parent 379332e commit 5694ff0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cbba65796df99f3ca9bf70d14e5a19384c54b6a1
refs/heads/master: d58e854e36ddf241ebc243e4122c5ab087bf38df
2 changes: 1 addition & 1 deletion trunk/arch/x86/mm/init_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -1060,7 +1060,7 @@ unsigned long __init_refok init_memory_mapping(unsigned long start,

__flush_tlb_all();

if (!after_bootmem)
if (!after_bootmem && table_end > table_start)
reserve_early(table_start << PAGE_SHIFT,
table_end << PAGE_SHIFT, "PGTABLE");

Expand Down

0 comments on commit 5694ff0

Please sign in to comment.