Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 46241
b: refs/heads/master
c: 475c63b
h: refs/heads/master
i:
  46239: 5b9841f
v: v3
  • Loading branch information
Horms authored and Tony Luck committed Feb 5, 2007
1 parent e88cb09 commit 4d812b9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bcb9b99d1fb6a1cbe592f131dc95450d2f18c91f
refs/heads/master: 475c63bded322545d1e9ccc5930c8903d2c97c4c
6 changes: 6 additions & 0 deletions trunk/arch/ia64/mm/discontig.c
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,12 @@ void __init find_memory(void)
max_pfn = max_low_pfn;

find_initrd();

#ifdef CONFIG_CRASH_DUMP
/* If we are doing a crash dump, we still need to know the real mem
* size before original memory map is reset. */
saved_max_pfn = max_pfn;
#endif
}

#ifdef CONFIG_SMP
Expand Down

0 comments on commit 4d812b9

Please sign in to comment.